2014-12-22 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
[official-gcc.git] / libjava / org / omg / CORBA / ShortSeqHolder.h
blob5df6e65ad8096f3c3dab05bd3b581723b2bf303c
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_ShortSeqHolder__
5 #define __org_omg_CORBA_ShortSeqHolder__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace gnu
16 namespace CORBA
18 namespace typecodes
20 class ArrayTypeCode;
24 namespace org
26 namespace omg
28 namespace CORBA
30 class ShortSeqHolder;
31 class TypeCode;
32 namespace portable
34 class InputStream;
35 class OutputStream;
42 class org::omg::CORBA::ShortSeqHolder : public ::java::lang::Object
45 public:
46 ShortSeqHolder();
47 ShortSeqHolder(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$;
58 #endif // __org_omg_CORBA_ShortSeqHolder__