X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..ba516feee23ef0c2b810ac6365e88f33807caaa8:/icuSources/i18n/nultrans.h diff --git a/icuSources/i18n/nultrans.h b/icuSources/i18n/nultrans.h index 30d81594..699c323f 100644 --- a/icuSources/i18n/nultrans.h +++ b/icuSources/i18n/nultrans.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (c) 2000-2006, International Business Machines +* Copyright (c) 2000-2007, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Date Name Description @@ -23,7 +23,7 @@ U_NAMESPACE_BEGIN * @author Alan Liu * @internal Use transliterator factory methods instead since this class will be removed in that release. */ -class U_I18N_API NullTransliterator : public Transliterator { +class NullTransliterator : public Transliterator { public: @@ -60,7 +60,7 @@ public: /** * ICU "poor man's RTTI", returns a UClassID for this class. */ - static UClassID U_EXPORT2 getStaticClassID(); + U_I18N_API static UClassID U_EXPORT2 getStaticClassID(); };