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