/*
**********************************************************************
-* Copyright (c) 2004, International Business Machines
+* Copyright (c) 2004-2010, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Author: Alan Liu
* @author Alan Liu
* @internal
*/
-class U_I18N_API CurrencyFormat : public MeasureFormat {
+class CurrencyFormat : public MeasureFormat {
public:
*/
virtual Format* clone() const;
+
+ using MeasureFormat::format;
+
/**
* Override Format API.
*/
FieldPosition& pos,
UErrorCode& ec) const;
- /**
- * Redeclare Format API to prevent hiding.
- */
- UnicodeString& format(const Formattable& obj,
- UnicodeString& appendTo,
- UErrorCode& ec) const;
-
/**
* Override Format API.
*/
Formattable& result,
ParsePosition& pos) const;
- /**
- * Redeclare Format API to prevent hiding.
- */
- void parseObject(const UnicodeString& source,
- Formattable& result,
- UErrorCode& ec) const;
-
/**
* Override Format API.
*/