]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/unifunct.h
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / common / unicode / unifunct.h
index 3aa7b0358c0390556a57d1328a5392d31b767c64..3383733463ec9d88f0775198ed2388db7880215d 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
@@ -18,6 +20,7 @@
  * \brief C++ API: Unicode Functor
  */
  
+#if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
 class UnicodeMatcher;
@@ -121,5 +124,6 @@ protected:
 /*inline UnicodeFunctor::UnicodeFunctor() {}*/
 
 U_NAMESPACE_END
+#endif // U_SHOW_CPLUSPLUS_API
 
 #endif