X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..48b980fed3435926e0b3a8d72ecb58be703a1c7a:/icuSources/extra/scrptrun/scrptrun.h?ds=sidebyside diff --git a/icuSources/extra/scrptrun/scrptrun.h b/icuSources/extra/scrptrun/scrptrun.h index 5ceddd77..b5c63b11 100644 --- a/icuSources/extra/scrptrun/scrptrun.h +++ b/icuSources/extra/scrptrun/scrptrun.h @@ -1,7 +1,7 @@ /* ******************************************************************************* * - * Copyright (C) 1999-2001, International Business Machines + * Copyright (C) 1999-2003, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -56,14 +56,14 @@ public: /** * ICU "poor man's RTTI", returns a UClassID for the actual class. * - * @draft ICU 2.2 + * @stable ICU 2.2 */ virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } /** * ICU "poor man's RTTI", returns a UClassID for this class. * - * @draft ICU 2.2 + * @stable ICU 2.2 */ static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }