]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/quant.h
ICU-6.2.9.tar.gz
[apple/icu.git] / icuSources / i18n / quant.h
index c627e08eab9bf52f3aa298483538d3950c2ae47f..532a9fe0c0d50d11147626ce7683fe87ea09edd0 100644 (file)
@@ -1,10 +1,11 @@
 /*
-* Copyright (C) 2001, International Business Machines Corporation and others. All Rights Reserved.
-**********************************************************************
-*   Date        Name        Description
-*   07/26/01    aliu        Creation.
-**********************************************************************
-*/
+ * Copyright (C) 2001-2004, International Business Machines Corporation
+ * and others. All Rights Reserved.
+ **********************************************************************
+ *   Date        Name        Description
+ *   07/26/01    aliu        Creation.
+ **********************************************************************
+ */
 #ifndef QUANT_H
 #define QUANT_H
 
@@ -101,14 +102,14 @@ class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
      *
      * @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();
 
  private:
 
@@ -119,12 +120,6 @@ class Quantifier : public UnicodeFunctor, public UnicodeMatcher {
     uint32_t minCount;
 
     uint32_t maxCount;
-
-    /**
-     * 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