ICU-6785 New numsys APIs should be draft 4.2

X-SVN-Rev: 25579
This commit is contained in:
John Emmons 2009-03-13 17:14:57 +00:00
parent f0d77a0c6e
commit 2b28056905

View file

@ -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;