Index: source/common/unicode/uclean.h |
diff --git a/source/common/unicode/uclean.h b/source/common/unicode/uclean.h |
index 0e2e9367ea371097019c0d5ad34af342fe8a2622..d9a1e539058cde85efd2aa84cb707d37417425fe 100644 |
--- a/source/common/unicode/uclean.h |
+++ b/source/common/unicode/uclean.h |
@@ -1,6 +1,6 @@ |
/* |
****************************************************************************** |
-* Copyright (C) 2001-2013, International Business Machines |
+* Copyright (C) 2001-2014, International Business Machines |
* Corporation and others. All Rights Reserved. |
****************************************************************************** |
* file name: uclean.h |
@@ -151,6 +151,7 @@ u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMem |
UErrorCode *status); |
+#ifndef U_HIDE_DEPRECATED_API |
/********************************************************************************* |
* |
* Deprecated Functions |
@@ -251,6 +252,7 @@ U_DEPRECATED void U_EXPORT2 |
u_setAtomicIncDecFunctions(const void *context, UMtxAtomicFn *inc, UMtxAtomicFn *dec, |
UErrorCode *status); |
+#endif /* U_HIDE_DEPRECATED_API */ |
#endif /* U_HIDE_SYSTEM_API */ |
#endif |