]> granicus.if.org Git - icu/commitdiff
ICU-10373 Fix ambiguous names build problem from previous namesapce change.
authorAndy Heninger <andy.heninger@gmail.com>
Tue, 10 Sep 2013 00:46:27 +0000 (00:46 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Tue, 10 Sep 2013 00:46:27 +0000 (00:46 +0000)
X-SVN-Rev: 34253

icu4c/source/common/ucnv_bld.cpp
icu4c/source/common/uresbund.cpp

index d34a1b485362f53a6bb88239e40744093811e019..172f71bc6a981b419a69d25061b0d9da7560ea15 100644 (file)
@@ -44,7 +44,6 @@
 #include "ucln_cmn.h"
 #include "ustr_cnv.h"
 
-U_NAMESPACE_BEGIN
 
 #if 0
 #include <stdio.h>
@@ -1702,6 +1701,4 @@ ucnv_swap(const UDataSwapper *ds,
 
 #endif /* #if !UCONFIG_NO_LEGACY_CONVERSION */
 
-U_NAMESPACE_END
-
 #endif
index 8081646f5e87ec90209a306d9adfd3786bfe55f8..8c34be5bd695fe0df04b0ca1d857c523d4d10cb0 100644 (file)
@@ -36,7 +36,6 @@
 #include "putilimp.h"
 #include "uassert.h"
 
-U_NAMESPACE_BEGIN
 
 /*
 Static cache for already opened resource bundles - mostly for keeping fallback info
@@ -2879,5 +2878,4 @@ ures_getVersionByKey(const UResourceBundle* res, const char *key, UVersionInfo v
   } 
 }
 
-U_NAMESPACE_END
 /* eof */