2008-04-25 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / libjava / org / omg / CORBA / CurrentHelper.h
blobc698b0ee18a3be10463093fd52a919698dc5e6a2
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_CurrentHelper__
5 #define __org_omg_CORBA_CurrentHelper__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class Any;
19 class Current;
20 class CurrentHelper;
21 class Object;
22 class TypeCode;
23 namespace portable
25 class InputStream;
26 class OutputStream;
33 class org::omg::CORBA::CurrentHelper : public ::java::lang::Object
36 public:
37 CurrentHelper();
38 static ::org::omg::CORBA::TypeCode * type();
39 static void insert(::org::omg::CORBA::Any *, ::org::omg::CORBA::Current *);
40 static ::org::omg::CORBA::Current * extract(::org::omg::CORBA::Any *);
41 static ::java::lang::String * id();
42 static ::org::omg::CORBA::Current * narrow(::org::omg::CORBA::Object *);
43 static ::org::omg::CORBA::Current * read(::org::omg::CORBA::portable::InputStream *);
44 static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::CORBA::Current *);
45 static ::java::lang::Class class$;
48 #endif // __org_omg_CORBA_CurrentHelper__