]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/remtrans.h
ICU-511.35.tar.gz
[apple/icu.git] / icuSources / i18n / remtrans.h
index d63cd13eae347f856e806bfa8471f2ce0bb1693b..25a5609dffeec816b9df8e4898fc5651c54bc392 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (c) 2001-2004, International Business Machines
+*   Copyright (c) 2001-2007, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
@@ -22,7 +22,7 @@ U_NAMESPACE_BEGIN
  * A transliterator that removes text.
  * @author Alan Liu
  */
-class U_I18N_API RemoveTransliterator : public Transliterator {
+class RemoveTransliterator : public Transliterator {
 
 public:
 
@@ -61,24 +61,14 @@ public:
 
     /**
      * ICU "poor man's RTTI", returns a UClassID for the actual class.
-     *
-     * @draft ICU 2.2
      */
     virtual UClassID getDynamicClassID() const;
 
     /**
      * ICU "poor man's RTTI", returns a UClassID for this class.
-     *
-     * @draft ICU 2.2
      */
-    static UClassID U_EXPORT2 getStaticClassID();
+    U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
 
- private:
-
-    /**
-     * Factory method
-     */
-    static Transliterator* _create(const UnicodeString& ID, Token context);
 };
 
 U_NAMESPACE_END