DecimalFormatSymbolsProvider.h 800 B

123456789101112131415161718192021222324252627282930313233343536
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_text_spi_DecimalFormatSymbolsProvider__
  3. #define __java_text_spi_DecimalFormatSymbolsProvider__
  4. #pragma interface
  5. #include <java/util/spi/LocaleServiceProvider.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace text
  11. {
  12. class DecimalFormatSymbols;
  13. namespace spi
  14. {
  15. class DecimalFormatSymbolsProvider;
  16. }
  17. }
  18. }
  19. }
  20. class java::text::spi::DecimalFormatSymbolsProvider : public ::java::util::spi::LocaleServiceProvider
  21. {
  22. public: // actually protected
  23. DecimalFormatSymbolsProvider();
  24. public:
  25. virtual ::java::text::DecimalFormatSymbols * getInstance(::java::util::Locale *) = 0;
  26. static ::java::lang::Class class$;
  27. };
  28. #endif // __java_text_spi_DecimalFormatSymbolsProvider__