home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / common / chariter.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-16  |  588 b   |  20 lines

  1.  
  2. /*
  3. ********************************************************************
  4. * COPYRIGHT: 
  5. * (C) Copyright Taligent, Inc., 1996
  6. * (C) Copyright International Business Machines Corporation, 1996 - 1998
  7. * Licensed Material - Program-Property of IBM - All Rights Reserved. 
  8. * US Government Users Restricted Rights - Use, duplication, or disclosure 
  9. * restricted by GSA ADP Schedule Contract with IBM Corp. 
  10. *
  11. ********************************************************************
  12. */
  13.  
  14. #include "chariter.h"
  15.  
  16. const UChar CharacterIterator::DONE = 0xffff;
  17.  
  18. CharacterIterator::~CharacterIterator()
  19. {}
  20.