blob: ceead0294f82f1590b93007044c014e0969b292f [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_text_spi_DecimalFormatSymbolsProvider__
#define __java_text_spi_DecimalFormatSymbolsProvider__
#pragma interface
#include <java/util/spi/LocaleServiceProvider.h>
extern "Java"
{
namespace java
{
namespace text
{
class DecimalFormatSymbols;
namespace spi
{
class DecimalFormatSymbolsProvider;
}
}
}
}
class java::text::spi::DecimalFormatSymbolsProvider : public ::java::util::spi::LocaleServiceProvider
{
public: // actually protected
DecimalFormatSymbolsProvider();
public:
virtual ::java::text::DecimalFormatSymbols * getInstance(::java::util::Locale *) = 0;
static ::java::lang::Class class$;
};
#endif // __java_text_spi_DecimalFormatSymbolsProvider__