ICU-9440 Namespace tweaks to uspoof.h

X-SVN-Rev: 33168
This commit is contained in:
Andy Heninger 2013-02-11 18:37:06 +00:00
parent 4c238156a4
commit e207951893

View File

@ -997,7 +997,7 @@ uspoof_getRecommendedSet(UErrorCode *status);
*
* @draft ICU 51
*/
U_DRAFT const UnicodeSet * U_EXPORT2
U_DRAFT const icu::UnicodeSet * U_EXPORT2
uspoof_getInclusionUnicodeSet(UErrorCode *status);
/**
@ -1011,7 +1011,7 @@ uspoof_getInclusionUnicodeSet(UErrorCode *status);
*
* @draft ICU 51
*/
U_DRAFT const UnicodeSet * U_EXPORT2
U_DRAFT const icu::UnicodeSet * U_EXPORT2
uspoof_getRecommendedUnicodeSet(UErrorCode *status);
#endif /* U_SHOW_CPLUSPLUS_API */