From 96d6fa25f58dab6213964d35bd0f93f868084326 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Mon, 18 Oct 1999 23:31:28 +0000 Subject: [PATCH] more renaming of constant names X-Trac-URL: https://ssl.icu-project.org/trac/ticket/6 FAILURE -> U_FAILURE etc. git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@79 0a8b766c-62c9-45f9-954d-7f2943c9ead0 --- source/common/chariter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/common/chariter.h b/source/common/chariter.h index aa114e82732..25ae6f4fd04 100644 --- a/source/common/chariter.h +++ b/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() {}