scuffed-code/icu4c/source/common/chariter.cpp
Steven R. Loomis 363ee387f6 ICU-161 (c)opyright notices
X-SVN-Rev: 362
1999-12-09 23:27:55 +00:00

15 lines
369 B
C++

/*
**********************************************************************
* Copyright (C) 1999, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*/
#include "chariter.h"
const UChar CharacterIterator::DONE = 0xffff;
CharacterIterator::~CharacterIterator()
{}