summaryrefslogtreecommitdiff
path: root/libjava/java/util/spi/LocaleServiceProvider.h
blob: 69cc23170f65b2a4166b89dac623ad648fe5a187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_util_spi_LocaleServiceProvider__
#define __java_util_spi_LocaleServiceProvider__

#pragma interface

#include <java/lang/Object.h>
#include <gcj/array.h>


class java::util::spi::LocaleServiceProvider : public ::java::lang::Object
{

public: // actually protected
  LocaleServiceProvider();
public:
  virtual JArray< ::java::util::Locale * > * getAvailableLocales() = 0;
  static ::java::lang::Class class$;
};

#endif // __java_util_spi_LocaleServiceProvider__