]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/quant.h
ICU-511.35.tar.gz
[apple/icu.git] / icuSources / i18n / quant.h
index e10fb99e3c234357b35d7fd3180aec9f5acb5713..f84c43133254ec738ffed2d1b3c3cf39741231ec 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (C) 2001-2006, International Business Machines Corporation
+ **********************************************************************
+ * Copyright (C) 2001-2011, International Business Machines Corporation
  * and others. All Rights Reserved.
  **********************************************************************
  *   Date        Name        Description
@@ -18,7 +19,7 @@
 
 U_NAMESPACE_BEGIN
 
-class U_I18N_API Quantifier : public UnicodeFunctor, public UnicodeMatcher {
+class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
 
  public:
 
@@ -99,15 +100,11 @@ class U_I18N_API Quantifier : public UnicodeFunctor, public UnicodeMatcher {
 
     /**
      * 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();