]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/currfmt.h
ICU-400.39.tar.gz
[apple/icu.git] / icuSources / i18n / currfmt.h
index 659b1ad73825cdfb2e00f3e496aaa651b14605bb..6bc93a30b6b99b897764edf851a977cc6816809e 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-* Copyright (c) 2004, International Business Machines
+* Copyright (c) 2004-2008, International Business Machines
 * Corporation and others.  All Rights Reserved.
 **********************************************************************
 * Author: Alan Liu
@@ -33,7 +33,7 @@ class NumberFormat;
  * @author Alan Liu
  * @internal
  */
-class U_I18N_API CurrencyFormat : public MeasureFormat {
+class CurrencyFormat : public MeasureFormat {
 
  public:
 
@@ -70,13 +70,6 @@ class U_I18N_API CurrencyFormat : public MeasureFormat {
                                   FieldPosition& pos,
                                   UErrorCode& ec) const;
 
-    /**
-     * Redeclare Format API to prevent hiding.
-     */
-    UnicodeString& format(const Formattable& obj,
-                          UnicodeString& appendTo,
-                          UErrorCode& ec) const;
-
     /**
      * Override Format API.
      */
@@ -84,13 +77,6 @@ class U_I18N_API CurrencyFormat : public MeasureFormat {
                              Formattable& result,
                              ParsePosition& pos) const;
 
-    /**
-     * Redeclare Format API to prevent hiding.
-     */
-    void parseObject(const UnicodeString& source,
-                     Formattable& result,
-                     UErrorCode& ec) const;
-
     /**
      * Override Format API.
      */