aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/gnu/java/nio/charset/Cp852.h
blob: e5ff8292d59ed6f4a4eed2bb5a3940b18b379579 (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
36
37
38
39
40

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_java_nio_charset_Cp852__
#define __gnu_java_nio_charset_Cp852__

#pragma interface

#include <gnu/java/nio/charset/ByteCharset.h>
#include <gcj/array.h>

extern "Java"
{
  namespace gnu
  {
    namespace java
    {
      namespace nio
      {
        namespace charset
        {
            class Cp852;
        }
      }
    }
  }
}

class gnu::java::nio::charset::Cp852 : public ::gnu::java::nio::charset::ByteCharset
{

public:
  Cp852();
private:
  static JArray< jchar > * lookup;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_java_nio_charset_Cp852__