]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unesctrn.h
ICU-64243.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / unesctrn.h
index 2418bce7a5af2abb88158cfcb316c30a6f580eaa..e8e171f2bc4a696a5bbf02a207a476f8f0c94a6e 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  **********************************************************************
- *   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 +30,7 @@ U_NAMESPACE_BEGIN
  *
  * @author Alan Liu
  */
-class U_I18N_API UnescapeTransliterator : public Transliterator {
+class UnescapeTransliterator : public Transliterator {
 
  private:
 
@@ -85,7 +87,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: