2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_ShortSeqHolder__
5 #define __org_omg_CORBA_ShortSeqHolder__
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
42 class org::omg::CORBA::ShortSeqHolder
: public ::java::lang::Object
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
;
53 ::gnu::CORBA::typecodes::ArrayTypeCode
* typecode
;
55 static ::java::lang::Class
class$
;
58 #endif // __org_omg_CORBA_ShortSeqHolder__