From 83c34afd30d1a4e63dd35faf47aa4726f12b40bf Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 18 Jan 2006 03:52:57 +0000 Subject: [PATCH] ICU-5008 Remove some false @draft notices. X-SVN-Rev: 19001 --- icu4c/source/i18n/anytrans.h | 6 +----- icu4c/source/i18n/esctrn.h | 6 +----- icu4c/source/i18n/name2uni.h | 6 +----- icu4c/source/i18n/nortrans.h | 6 +----- icu4c/source/i18n/nultrans.h | 6 +----- icu4c/source/i18n/remtrans.h | 6 +----- icu4c/source/i18n/titletrn.h | 6 +----- icu4c/source/i18n/tolowtrn.h | 6 +----- icu4c/source/i18n/toupptrn.h | 6 +----- icu4c/source/i18n/unesctrn.h | 6 +----- icu4c/source/i18n/uni2name.h | 6 +----- 11 files changed, 11 insertions(+), 55 deletions(-) diff --git a/icu4c/source/i18n/anytrans.h b/icu4c/source/i18n/anytrans.h index 4a7d8f2ef68..f37675a83e9 100644 --- a/icu4c/source/i18n/anytrans.h +++ b/icu4c/source/i18n/anytrans.h @@ -1,6 +1,6 @@ /* *********************************************************************** -* Copyright (c) 2002-2005, International Business Machines Corporation +* Copyright (c) 2002-2006, International Business Machines Corporation * and others. All Rights Reserved. *********************************************************************** * Date Name Description @@ -74,15 +74,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(); diff --git a/icu4c/source/i18n/esctrn.h b/icu4c/source/i18n/esctrn.h index ce207e1f509..6dae51b8774 100644 --- a/icu4c/source/i18n/esctrn.h +++ b/icu4c/source/i18n/esctrn.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 @@ -117,15 +117,11 @@ class U_I18N_API EscapeTransliterator : public Transliterator { /** * 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(); diff --git a/icu4c/source/i18n/name2uni.h b/icu4c/source/i18n/name2uni.h index 96f337bfc7d..74f6cd2a660 100644 --- a/icu4c/source/i18n/name2uni.h +++ b/icu4c/source/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(); diff --git a/icu4c/source/i18n/nortrans.h b/icu4c/source/i18n/nortrans.h index e157a58d282..4dc9f271c0d 100644 --- a/icu4c/source/i18n/nortrans.h +++ b/icu4c/source/i18n/nortrans.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 @@ -60,15 +60,11 @@ class U_I18N_API NormalizationTransliterator : public Transliterator { /** * 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(); diff --git a/icu4c/source/i18n/nultrans.h b/icu4c/source/i18n/nultrans.h index 996a743e8e8..30d81594788 100644 --- a/icu4c/source/i18n/nultrans.h +++ b/icu4c/source/i18n/nultrans.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (c) 2000-2005, International Business Machines +* Copyright (c) 2000-2006, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Date Name Description @@ -54,15 +54,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(); diff --git a/icu4c/source/i18n/remtrans.h b/icu4c/source/i18n/remtrans.h index c4411d0e164..24633238118 100644 --- a/icu4c/source/i18n/remtrans.h +++ b/icu4c/source/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(); diff --git a/icu4c/source/i18n/titletrn.h b/icu4c/source/i18n/titletrn.h index 8493e54d8db..ae08db88f63 100644 --- a/icu4c/source/i18n/titletrn.h +++ b/icu4c/source/i18n/titletrn.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 @@ -59,15 +59,11 @@ class U_I18N_API TitlecaseTransliterator : public CaseMapTransliterator { /** * 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(); diff --git a/icu4c/source/i18n/tolowtrn.h b/icu4c/source/i18n/tolowtrn.h index 6fd3d51ad8c..77af67a6a27 100644 --- a/icu4c/source/i18n/tolowtrn.h +++ b/icu4c/source/i18n/tolowtrn.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 @@ -57,15 +57,11 @@ class U_I18N_API LowercaseTransliterator : public CaseMapTransliterator { /** * 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(); }; diff --git a/icu4c/source/i18n/toupptrn.h b/icu4c/source/i18n/toupptrn.h index 18a501c7480..e0f4ef5db19 100644 --- a/icu4c/source/i18n/toupptrn.h +++ b/icu4c/source/i18n/toupptrn.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 @@ -57,15 +57,11 @@ class U_I18N_API UppercaseTransliterator : public CaseMapTransliterator { /** * 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(); }; diff --git a/icu4c/source/i18n/unesctrn.h b/icu4c/source/i18n/unesctrn.h index 1c181d14643..2418bce7a5a 100644 --- a/icu4c/source/i18n/unesctrn.h +++ b/icu4c/source/i18n/unesctrn.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 @@ -79,15 +79,11 @@ class U_I18N_API UnescapeTransliterator : public Transliterator { /** * 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(); diff --git a/icu4c/source/i18n/uni2name.h b/icu4c/source/i18n/uni2name.h index 84551151496..3e9412fe34d 100644 --- a/icu4c/source/i18n/uni2name.h +++ b/icu4c/source/i18n/uni2name.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 @@ -55,15 +55,11 @@ class U_I18N_API UnicodeNameTransliterator : public Transliterator { /** * 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();