From 6884c5aaeab064212a9df9a31503715a9a991a4b Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Mon, 18 Oct 1999 23:31:28 +0000 Subject: [PATCH] ICU-6 more renaming of constant names FAILURE -> U_FAILURE etc. X-SVN-Rev: 79 --- icu4c/source/common/chariter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/common/chariter.h b/icu4c/source/common/chariter.h index aa114e82732..25ae6f4fd04 100644 --- a/icu4c/source/common/chariter.h +++ b/icu4c/source/common/chariter.h @@ -179,10 +179,10 @@ public: virtual void getText(UnicodeString& result) = 0; /** - * Returns a ClassID for this CharacterIterator ("poor man's + * Returns a UClassID for this CharacterIterator ("poor man's * RTTI").

Despite the fact that this function is public, * DO NOT CONSIDER IT PART OF CHARACTERITERATOR'S API! */ - virtual ClassID getDynamicClassID(void) const = 0; + virtual UClassID getDynamicClassID(void) const = 0; protected: CharacterIterator() {}