OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / CORBA / typecodes / ArrayTypeCode.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_CORBA_typecodes_ArrayTypeCode__
5 #define __gnu_CORBA_typecodes_ArrayTypeCode__
6
7 #pragma interface
8
9 #include <gnu/CORBA/typecodes/PrimitiveTypeCode.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace CORBA
15     {
16       namespace typecodes
17       {
18           class ArrayTypeCode;
19       }
20     }
21   }
22   namespace org
23   {
24     namespace omg
25     {
26       namespace CORBA
27       {
28           class TCKind;
29           class TypeCode;
30       }
31     }
32   }
33 }
34
35 class gnu::CORBA::typecodes::ArrayTypeCode : public ::gnu::CORBA::typecodes::PrimitiveTypeCode
36 {
37
38 public:
39   ArrayTypeCode(::org::omg::CORBA::TCKind *);
40   ArrayTypeCode(::org::omg::CORBA::TCKind *, ::org::omg::CORBA::TypeCode *);
41   virtual ::org::omg::CORBA::TypeCode * content_type();
42   virtual jboolean equal(::org::omg::CORBA::TypeCode *);
43   virtual ::java::lang::String * id();
44   virtual jint length();
45   virtual void setLength(jint);
46 private:
47   static const jlong serialVersionUID = 1LL;
48 public: // actually package-private
49   ::org::omg::CORBA::TypeCode * __attribute__((aligned(__alignof__( ::gnu::CORBA::typecodes::PrimitiveTypeCode)))) of;
50 private:
51   jint length__;
52 public:
53   static ::java::lang::Class class$;
54 };
55
56 #endif // __gnu_CORBA_typecodes_ArrayTypeCode__