2008-04-25 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / libjava / org / omg / CORBA / ShortSeqHelper.h
blob88be02fa0a1d6891605cc8bceac317219e7f3df8
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_ShortSeqHelper__
5 #define __org_omg_CORBA_ShortSeqHelper__
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 ShortSeqHelper;
22 class TypeCode;
23 namespace portable
25 class InputStream;
26 class OutputStream;
33 class org::omg::CORBA::ShortSeqHelper : public ::java::lang::Object
36 public:
37 ShortSeqHelper();
38 static JArray< jshort > * extract(::org::omg::CORBA::Any *);
39 static ::java::lang::String * id();
40 static void insert(::org::omg::CORBA::Any *, JArray< jshort > *);
41 static JArray< jshort > * read(::org::omg::CORBA::portable::InputStream *);
42 static ::org::omg::CORBA::TypeCode * type();
43 static void write(::org::omg::CORBA::portable::OutputStream *, JArray< jshort > *);
44 static ::java::lang::Class class$;
47 #endif // __org_omg_CORBA_ShortSeqHelper__