[ICU-6] more renaming of constant names

FAILURE -> U_FAILURE etc.
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/79
This commit is contained in:
Markus Scherer 1999-10-18 23:31:28 +00:00
parent 789e9d283d
commit c77e433b87

View file

@ -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").<P> 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() {}