X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/f59164e3d128c7675a4d3934206346a3384e53a5..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/i18n/unicode/fpositer.h diff --git a/icuSources/i18n/unicode/fpositer.h b/icuSources/i18n/unicode/fpositer.h index b842161a..7b2bf6fb 100644 --- a/icuSources/i18n/unicode/fpositer.h +++ b/icuSources/i18n/unicode/fpositer.h @@ -1,3 +1,5 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************** * Copyright (C) 2010-2012, International Business Machines @@ -26,6 +28,7 @@ #if UCONFIG_NO_FORMATTING +#if U_SHOW_CPLUSPLUS_API U_NAMESPACE_BEGIN /* @@ -35,12 +38,14 @@ U_NAMESPACE_BEGIN class FieldPositionIterator; U_NAMESPACE_END +#endif // U_SHOW_CPLUSPLUS_API #else #include "unicode/fieldpos.h" #include "unicode/umisc.h" +#if U_SHOW_CPLUSPLUS_API U_NAMESPACE_BEGIN class UVector32; @@ -111,6 +116,7 @@ private: }; U_NAMESPACE_END +#endif // U_SHOW_CPLUSPLUS_API #endif /* #if !UCONFIG_NO_FORMATTING */