OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / java / nio / charset / Windows1254.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_java_nio_charset_Windows1254__
5 #define __gnu_java_nio_charset_Windows1254__
6
7 #pragma interface
8
9 #include <gnu/java/nio/charset/ByteCharset.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace java
17     {
18       namespace nio
19       {
20         namespace charset
21         {
22             class Windows1254;
23         }
24       }
25     }
26   }
27 }
28
29 class gnu::java::nio::charset::Windows1254 : public ::gnu::java::nio::charset::ByteCharset
30 {
31
32 public:
33   Windows1254();
34 private:
35   static JArray< jchar > * lookup;
36 public:
37   static ::java::lang::Class class$;
38 };
39
40 #endif // __gnu_java_nio_charset_Windows1254__