]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/resbund.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / common / unicode / resbund.h
index 725e3d05bc69aa3ba3ec5378bbf26d887804d5b5..2894067528724f29911230f501607ffae387298e 100644 (file)
@@ -49,6 +49,9 @@
 #define RESBUND_H
 
 #include "unicode/utypes.h"
+
+#if U_SHOW_CPLUSPLUS_API
+
 #include "unicode/uobject.h"
 #include "unicode/ures.h"
 #include "unicode/unistr.h"
@@ -59,7 +62,6 @@
  * \brief C++ API: Resource Bundle
  */
  
-#if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
 /**
@@ -133,7 +135,7 @@ public:
     ResourceBundle(UErrorCode &err);
 
     /**
-     * Standard constructor, onstructs a resource bundle for the locale-specific
+     * Standard constructor, constructs a resource bundle for the locale-specific
      * bundle in the specified package.
      *
      * @param packageName   The packageName and locale together point to an ICU udata object, 
@@ -490,6 +492,7 @@ private:
 };
 
 U_NAMESPACE_END
-#endif // U_SHOW_CPLUSPLUS_API
+
+#endif /* U_SHOW_CPLUSPLUS_API */
 
 #endif