X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..f29bfb836f1ba385b202c9d69b16967de41e2a25:/icuSources/i18n/currfmt.h diff --git a/icuSources/i18n/currfmt.h b/icuSources/i18n/currfmt.h index 659b1ad7..6bc93a30 100644 --- a/icuSources/i18n/currfmt.h +++ b/icuSources/i18n/currfmt.h @@ -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. */