OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / libjava / org / omg / CORBA / ValueMemberHelper.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __org_omg_CORBA_ValueMemberHelper__
5 #define __org_omg_CORBA_ValueMemberHelper__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace org
13   {
14     namespace omg
15     {
16       namespace CORBA
17       {
18           class Any;
19           class TypeCode;
20           class ValueMember;
21           class ValueMemberHelper;
22         namespace portable
23         {
24             class InputStream;
25             class OutputStream;
26         }
27       }
28     }
29   }
30 }
31
32 class org::omg::CORBA::ValueMemberHelper : public ::java::lang::Object
33 {
34
35 public:
36   ValueMemberHelper();
37   static void insert(::org::omg::CORBA::Any *, ::org::omg::CORBA::ValueMember *);
38   static ::org::omg::CORBA::ValueMember * extract(::org::omg::CORBA::Any *);
39   static ::org::omg::CORBA::TypeCode * type();
40   static ::java::lang::String * id();
41   static ::org::omg::CORBA::ValueMember * read(::org::omg::CORBA::portable::InputStream *);
42   static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CORBA::ValueMember *);
43 private:
44   static ::org::omg::CORBA::TypeCode * typeCode;
45   static jboolean active;
46 public:
47   static ::java::lang::Class class$;
48 };
49
50 #endif // __org_omg_CORBA_ValueMemberHelper__