diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/i18n/name2uni.h')
-rw-r--r-- | Build/source/libs/icu-xetex/i18n/name2uni.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/libs/icu-xetex/i18n/name2uni.h b/Build/source/libs/icu-xetex/i18n/name2uni.h index 96f337bfc7d..74f6cd2a660 100644 --- a/Build/source/libs/icu-xetex/i18n/name2uni.h +++ b/Build/source/libs/icu-xetex/i18n/name2uni.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (C) 2001-2004, International Business Machines +* Copyright (C) 2001-2006, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Date Name Description @@ -56,15 +56,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(); |