]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/nultrans.h
ICU-491.11.2.tar.gz
[apple/icu.git] / icuSources / i18n / nultrans.h
index 30d815947887cdd929fa27058e1e193ba2e90b03..699c323f8c6e062e436c7f675245da18bd43dcfa 100644 (file)
@@ -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();
 
 };