2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_LongSeqHelper__
5 #define __org_omg_CORBA_LongSeqHelper__
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
33 class org::omg::CORBA::LongSeqHelper
: public ::java::lang::Object
38 static JArray
< jint
> * extract(::org::omg::CORBA::Any
*);
39 static ::java::lang::String
* id();
40 static void insert(::org::omg::CORBA::Any
*, JArray
< jint
> *);
41 static JArray
< jint
> * read(::org::omg::CORBA::portable::InputStream
*);
42 static ::org::omg::CORBA::TypeCode
* type();
43 static void write(::org::omg::CORBA::portable::OutputStream
*, JArray
< jint
> *);
44 static ::java::lang::Class
class$
;
47 #endif // __org_omg_CORBA_LongSeqHelper__