Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / org / omg / CORBA / LongSeqHelper.h
blob63dbf9d022bbc000899f08e8906a61428b384ed4
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_LongSeqHelper__
5 #define __org_omg_CORBA_LongSeqHelper__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace org
16 namespace omg
18 namespace CORBA
20 class Any;
21 class LongSeqHelper;
22 class TypeCode;
23 namespace portable
25 class InputStream;
26 class OutputStream;
33 class org::omg::CORBA::LongSeqHelper : public ::java::lang::Object
36 public:
37 LongSeqHelper();
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__