X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/i18n/strmatch.h diff --git a/icuSources/i18n/strmatch.h b/icuSources/i18n/strmatch.h index 90cba0c1..c0d647a1 100644 --- a/icuSources/i18n/strmatch.h +++ b/icuSources/i18n/strmatch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001-2004, International Business Machines Corporation + * Copyright (C) 2001-2011, International Business Machines Corporation * and others. All Rights Reserved. ********************************************************************** * Date Name Description @@ -196,15 +196,11 @@ class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public Unico /** * 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();