OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / org / omg / CORBA / UShortSeqHolder.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __org_omg_CORBA_UShortSeqHolder__
5 #define __org_omg_CORBA_UShortSeqHolder__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace CORBA
17     {
18       namespace typecodes
19       {
20           class ArrayTypeCode;
21       }
22     }
23   }
24   namespace org
25   {
26     namespace omg
27     {
28       namespace CORBA
29       {
30           class TypeCode;
31           class UShortSeqHolder;
32         namespace portable
33         {
34             class InputStream;
35             class OutputStream;
36         }
37       }
38     }
39   }
40 }
41
42 class org::omg::CORBA::UShortSeqHolder : public ::java::lang::Object
43 {
44
45 public:
46   UShortSeqHolder();
47   UShortSeqHolder(JArray< jshort > *);
48   void _read(::org::omg::CORBA::portable::InputStream *);
49   ::org::omg::CORBA::TypeCode * _type();
50   void _write(::org::omg::CORBA::portable::OutputStream *);
51   JArray< jshort > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
52 private:
53   ::gnu::CORBA::typecodes::ArrayTypeCode * typecode;
54 public:
55   static ::java::lang::Class class$;
56 };
57
58 #endif // __org_omg_CORBA_UShortSeqHolder__