]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unesctrn.h
ICU-511.27.tar.gz
[apple/icu.git] / icuSources / i18n / unesctrn.h
index 2418bce7a5af2abb88158cfcb316c30a6f580eaa..bfde6fc134fdd7bee573f84ee990f93e265406c5 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
@@ -28,7 +28,7 @@ U_NAMESPACE_BEGIN
  *
  * @author Alan Liu
  */
-class U_I18N_API UnescapeTransliterator : public Transliterator {
+class UnescapeTransliterator : public Transliterator {
 
  private:
 
@@ -85,7 +85,7 @@ class U_I18N_API UnescapeTransliterator : 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: