/*
******************************************************************************
*
-* Copyright (C) 1996-2005, International Business Machines Corporation
+* Copyright (C) 1996-2011, International Business Machines Corporation
* and others. All Rights Reserved.
*
******************************************************************************
* locale and then ask it for individual resources.
* <P>
* Resource bundles in ICU4C are currently defined using text files which conform to the following
- * <a href="http://dev.icu-project.org/cgi-bin/viewcvs.cgi/~checkout~/icuhtml/design/bnf_rb.txt">BNF definition</a>.
+ * <a href="http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt">BNF definition</a>.
* More on resource bundle concepts and syntax can be found in the
- * <a href="http://icu.sourceforge.net/userguide/ResourceManagement.html">Users Guide</a>.
+ * <a href="http://icu-project.org/userguide/ResourceManagement.html">Users Guide</a>.
* <P>
*
* The ResourceBundle class is not suitable for subclassing.
getStringEx(const char* key,
UErrorCode& status) const;
+#ifndef U_HIDE_DEPRECATED_API
/**
* Return the version number associated with this ResourceBundle as a string. Please
* use getVersion, as this method is going to be deprecated.
*/
const char*
getVersionNumber(void) const;
+#endif /* U_HIDE_DEPRECATED_API */
/**
* Return the version number associated with this ResourceBundle as a UVersionInfo array.
void
getVersion(UVersionInfo versionInfo) const;
+#ifndef U_HIDE_DEPRECATED_API
/**
* Return the Locale associated with this ResourceBundle.
*
*/
const Locale&
getLocale(void) const;
+#endif /* U_HIDE_DEPRECATED_API */
/**
* Return the Locale associated with this ResourceBundle.
*/
const Locale
getLocale(ULocDataLocaleType type, UErrorCode &status) const;
+#ifndef U_HIDE_INTERNAL_API
/**
* This API implements multilevel fallback
* @internal
*/
ResourceBundle
getWithFallback(const char* key, UErrorCode& status);
+#endif /* U_HIDE_INTERNAL_API */
/**
* ICU "poor man's RTTI", returns a UClassID for the actual class.
*