X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b25be06635768807f8f693286fa73bb2297bb06c..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/i18n/unicode/currpinf.h diff --git a/icuSources/i18n/unicode/currpinf.h b/icuSources/i18n/unicode/currpinf.h index fd9e5da3..9ade99a0 100644 --- a/icuSources/i18n/unicode/currpinf.h +++ b/icuSources/i18n/unicode/currpinf.h @@ -1,6 +1,6 @@ /* ******************************************************************************* - * Copyright (C) 2009-2010, International Business Machines Corporation and * + * Copyright (C) 2009-2011, International Business Machines Corporation and * * others. All Rights Reserved. * ******************************************************************************* */ @@ -18,8 +18,6 @@ #include "unicode/unistr.h" -union UHashTok; - U_NAMESPACE_BEGIN class Locale; @@ -221,6 +219,7 @@ private: * * @param source the source to copy from * @param target the target to copy to + * @param status error code */ void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);