mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-6785 New numsys APIs should be draft 4.2
X-SVN-Rev: 25579
This commit is contained in:
parent
f0d77a0c6e
commit
2b28056905
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ public:
|
|||
/**
|
||||
* ICU "poor man's RTTI", returns a UClassID for this class.
|
||||
*
|
||||
* @draft ICU 4.0
|
||||
* @draft ICU 4.2
|
||||
*
|
||||
*/
|
||||
static UClassID U_EXPORT2 getStaticClassID(void);
|
||||
|
@ -131,7 +131,7 @@ public:
|
|||
/**
|
||||
* ICU "poor man's RTTI", returns a UClassID for the actual class.
|
||||
*
|
||||
* @draft ICU 4.0
|
||||
* @draft ICU 4.2
|
||||
*/
|
||||
virtual UClassID getDynamicClassID() const;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue