mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
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
This commit is contained in:
parent
841b1888ac
commit
96d6fa25f5
1 changed files with 2 additions and 2 deletions
|
@ -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() {}
|
||||
|
|
Loading…
Add table
Reference in a new issue