]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unesctrn.h
ICU-6.2.14.tar.gz
[apple/icu.git] / icuSources / i18n / unesctrn.h
index 73f820c7621fa59742f4784f6bcdb348b352d6c2..69184899aa0fc92336fc5833eac83f55858c14d3 100644 (file)
@@ -1,12 +1,12 @@
 /*
-**********************************************************************
-*   Copyright (c) 2001-2002, International Business Machines
-*   Corporation and others.  All Rights Reserved.
-**********************************************************************
-*   Date        Name        Description
-*   11/20/2001  aliu        Creation.
-**********************************************************************
-*/
+ **********************************************************************
+ *   Copyright (c) 2001-2004, International Business Machines
+ *   Corporation and others.  All Rights Reserved.
+ **********************************************************************
+ *   Date        Name        Description
+ *   11/20/2001  aliu        Creation.
+ **********************************************************************
+ */
 #ifndef UNESCTRN_H
 #define UNESCTRN_H
 
@@ -82,14 +82,14 @@ class U_I18N_API UnescapeTransliterator : public Transliterator {
      *
      * @draft ICU 2.2
      */
-    virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); }
+    virtual UClassID getDynamicClassID() const;
 
     /**
      * ICU "poor man's RTTI", returns a UClassID for this class.
      *
      * @draft ICU 2.2
      */
-    static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }
+    static UClassID U_EXPORT2 getStaticClassID();
 
  protected:
 
@@ -120,11 +120,6 @@ class U_I18N_API UnescapeTransliterator : public Transliterator {
 
     static UChar* copySpec(const UChar* spec);
 
-    /**
-     * The address of this static class variable serves as this class's ID
-     * for ICU "poor man's RTTI".
-     */
-    static const char fgClassID;
 };
 
 U_NAMESPACE_END