#ifndef SELFMT
#define SELFMT
+#include "unicode/utypes.h"
+
+#if U_SHOW_CPLUSPLUS_API
+
#include "unicode/messagepattern.h"
#include "unicode/numfmt.h"
-#include "unicode/utypes.h"
/**
* \file
#if !UCONFIG_NO_FORMATTING
-#if U_SHOW_CPLUSPLUS_API
U_NAMESPACE_BEGIN
class MessageFormat;
* result and should delete it when done.
* @stable ICU 4.4
*/
- virtual Format* clone(void) const;
+ virtual SelectFormat* clone() const;
/**
* Format an object to produce a string.
};
U_NAMESPACE_END
-#endif // U_SHOW_CPLUSPLUS_API
#endif /* #if !UCONFIG_NO_FORMATTING */
+#endif /* U_SHOW_CPLUSPLUS_API */
+
#endif // _SELFMT
//eof