diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/i18n/remtrans.h')
-rw-r--r-- | Build/source/libs/icu-xetex/i18n/remtrans.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/libs/icu-xetex/i18n/remtrans.h b/Build/source/libs/icu-xetex/i18n/remtrans.h index c4411d0e164..24633238118 100644 --- a/Build/source/libs/icu-xetex/i18n/remtrans.h +++ b/Build/source/libs/icu-xetex/i18n/remtrans.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (c) 2001-2005, International Business Machines +* Copyright (c) 2001-2006, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Date Name Description @@ -61,15 +61,11 @@ public: /** * ICU "poor man's RTTI", returns a UClassID for the actual class. - * - * @draft ICU 2.2 */ virtual UClassID getDynamicClassID() const; /** * ICU "poor man's RTTI", returns a UClassID for this class. - * - * @draft ICU 2.2 */ static UClassID U_EXPORT2 getStaticClassID(); |