summaryrefslogtreecommitdiff
path: root/libjava/java/text/spi/DecimalFormatSymbolsProvider.h
blob: ceead0294f82f1590b93007044c014e0969b292f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// 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__