From: Steven R. Loomis Date: Mon, 15 Aug 2011 22:36:57 +0000 (+0000) Subject: ICU-8755 remove MessagePattern from hide-draft-api X-Git-Tag: milestone-59-0-1~4581 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1cfc79d8290c9e0b3f5130ccc1c987adf586e61b;p=icu ICU-8755 remove MessagePattern from hide-draft-api X-SVN-Rev: 30511 --- diff --git a/icu4c/source/common/unicode/messagepattern.h b/icu4c/source/common/unicode/messagepattern.h index d3294e2f517..961685246d6 100644 --- a/icu4c/source/common/unicode/messagepattern.h +++ b/icu4c/source/common/unicode/messagepattern.h @@ -23,7 +23,7 @@ #include "unicode/utypes.h" #if !UCONFIG_NO_FORMATTING -#ifndef U_HIDE_DRAFT_API +/* #ifndef U_HIDE_DRAFT_API -- cannot be hidden, as this API is used by other API public classes. */ #include "unicode/parseerr.h" #include "unicode/unistr.h" @@ -928,15 +928,6 @@ private: U_NAMESPACE_END -#else -U_NAMESPACE_BEGIN -class MessagePattern; /* forward reference, though draft API. */ -enum UMessagePatternApostropheMode{}; -typedef enum UMessagePatternApostropheMode UMessagePatternApostropheMode; - -U_NAMESPACE_END - -#endif /* U_HIDE_DRAFT_API */ #endif // !UCONFIG_NO_FORMATTING #endif // __MESSAGEPATTERN_H__