]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/unirepl.h
ICU-59180.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / unirepl.h
index 6b7746b2213fcfcf8f88017e9408392bff627e12..822da8cd93882f017cdf07b18f501c6f42306b38 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 **********************************************************************
 *   Copyright (c) 2002-2005, International Business Machines Corporation
@@ -17,6 +19,7 @@
  * \brief C++ API: UnicodeReplacer
  */
 
+#if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
 class Replaceable;
@@ -93,5 +96,6 @@ class U_I18N_API UnicodeReplacer /* not : public UObject because this is an inte
 };
 
 U_NAMESPACE_END
+#endif // U_SHOW_CPLUSPLUS_API
 
 #endif