ICU-8155 Promote more @draft 4.4 API to @stable, after asking on icu-core

X-SVN-Rev: 29037
This commit is contained in:
Peter Edberg 2010-11-12 22:58:50 +00:00
parent 3384286860
commit ebca744d84
2 changed files with 8 additions and 8 deletions

View File

@ -331,13 +331,13 @@ public:
/**
* ICU "poor man's RTTI", returns a UClassID for this class.
* @draft ICU 4.4
* @stable ICU 4.4
*/
static UClassID U_EXPORT2 getStaticClassID(void);
/**
* ICU "poor man's RTTI", returns a UClassID for the actual class.
* @draft ICU 4.4
* @stable ICU 4.4
*/
virtual UClassID getDynamicClassID() const;

View File

@ -458,36 +458,36 @@ public:
LONG,
/**
* Selector for short generic display name
* @draft ICU 4.4
* @stable ICU 4.4
*/
SHORT_GENERIC,
/**
* Selector for long generic display name
* @draft ICU 4.4
* @stable ICU 4.4
*/
LONG_GENERIC,
/**
* Selector for short display name derived
* from time zone offset
* @draft ICU 4.4
* @stable ICU 4.4
*/
SHORT_GMT,
/**
* Selector for long display name derived
* from time zone offset
* @draft ICU 4.4
* @stable ICU 4.4
*/
LONG_GMT,
/**
* Selector for short display name derived
* from the time zone's fallback name
* @draft ICU 4.4
* @stable ICU 4.4
*/
SHORT_COMMONLY_USED,
/**
* Selector for long display name derived
* from the time zone's fallback name
* @draft ICU 4.4
* @stable ICU 4.4
*/
GENERIC_LOCATION
};