ICU-10442 Move deprecated listFormatter methods back to draft ICU 50.

X-SVN-Rev: 34473
This commit is contained in:
Travis Keep 2013-09-25 00:36:22 +00:00
parent 006d7063b7
commit d437a719e3

View file

@ -75,14 +75,13 @@ class U_COMMON_API ListFormatter : public UObject{
*/
ListFormatter& operator=(const ListFormatter& other);
#ifndef U_HIDE_DEPRECATED_API
/**
* Creates a ListFormatter appropriate for the default locale.
*
* @param errorCode ICU error code, set if no data available for default locale.
* @return Pointer to a ListFormatter object for the default locale,
* created from internal data derived from CLDR data.
* @deprecated ICU 52 (was draft ICU 50)
* @draft ICU 50
*/
static ListFormatter* createInstance(UErrorCode& errorCode);
@ -93,10 +92,9 @@ class U_COMMON_API ListFormatter : public UObject{
* @param errorCode ICU error code, set if no data available for the given locale.
* @return A ListFormatter object created from internal data derived from
* CLDR data.
* @deprecated ICU 52 (was draft ICU 50)
* @draft ICU 50
*/
static ListFormatter* createInstance(const Locale& locale, UErrorCode& errorCode);
#endif /* U_HIDE_DEPRECATED_API */
#ifndef U_HIDE_INTERNAL_API
/**