]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/esctrn.h
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / i18n / esctrn.h
index 6dae51b87746fb7a57d3bbfd4663cb1b4104e729..96872b916844bb7ef9c78f5b1a398aa1ec55206e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (c) 2001-2006, International Business Machines
+*   Copyright (c) 2001-2007, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
@@ -41,7 +41,7 @@ U_NAMESPACE_BEGIN
  *
  * @author Alan Liu
  */
-class U_I18N_API EscapeTransliterator : public Transliterator {
+class EscapeTransliterator : public Transliterator {
 
  private:
 
@@ -123,7 +123,7 @@ class U_I18N_API EscapeTransliterator : public Transliterator {
     /**
      * ICU "poor man's RTTI", returns a UClassID for this class.
      */
-    static UClassID U_EXPORT2 getStaticClassID();
+    U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
 
  protected: