]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/currpinf.h
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / currpinf.h
index fd9e5da338808b8811ce8026b764b8ce23390461..5e487f9e54a5185d53f3391a4bb8bb950cb69300 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *******************************************************************************
- * Copyright (C) 2009-2010, International Business Machines Corporation and         *
+ * Copyright (C) 2009-2015, International Business Machines Corporation and         *
  * others. All Rights Reserved.                                                *
  *******************************************************************************
  */
@@ -18,8 +18,6 @@
 
 #include "unicode/unistr.h"
 
-union UHashTok;
-
 U_NAMESPACE_BEGIN
 
 class Locale;
@@ -193,6 +191,7 @@ public:
 
 private:
     friend class DecimalFormat;
+    friend class DecimalFormatImpl;
 
     void initialize(const Locale& loc, UErrorCode& status);
    
@@ -221,6 +220,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);