From 51c435ce069a71f108dc4db41f3c19de5fb50d0f Mon Sep 17 00:00:00 2001 From: Alan Liu Date: Wed, 15 May 2002 18:52:20 +0000 Subject: [PATCH] ICU-1097 change API to C X-SVN-Rev: 8633 --- icu4c/source/i18n/unicode/currency.h | 114 +++++++++++++++--------- icu4c/source/test/intltest/numfmtst.cpp | 2 +- 2 files changed, 72 insertions(+), 44 deletions(-) diff --git a/icu4c/source/i18n/unicode/currency.h b/icu4c/source/i18n/unicode/currency.h index 597ec5a810..4c0d7dbf78 100644 --- a/icu4c/source/i18n/unicode/currency.h +++ b/icu4c/source/i18n/unicode/currency.h @@ -4,22 +4,18 @@ * Corporation and others. All Rights Reserved. ********************************************************************** * $Source: /xsrl/Nsvn/icu/icu/source/i18n/unicode/Attic/currency.h,v $ -* $Revision: 1.3 $ +* $Revision: 1.4 $ ********************************************************************** */ #ifndef UCURRENCY_H #define UCURRENCY_H -#include "unicode/unistr.h" - -U_NAMESPACE_BEGIN - -class Locale; +#include "unicode/utypes.h" /** - * A class encapsulating information about a currency, as defined by + * The ucurr API encapsulates information about a currency, as defined by * ISO 4217. A currency is represented by a 3-character string - * containing its ISO 4217 code. This class can return various data + * containing its ISO 4217 code. This API can return various data * necessary the proper display of a currency: * *