diff options
Diffstat (limited to 'libjava/org/omg/CORBA/IdentifierHelper.h')
-rw-r--r-- | libjava/org/omg/CORBA/IdentifierHelper.h | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/libjava/org/omg/CORBA/IdentifierHelper.h b/libjava/org/omg/CORBA/IdentifierHelper.h new file mode 100644 index 00000000000..5495b844a78 --- /dev/null +++ b/libjava/org/omg/CORBA/IdentifierHelper.h @@ -0,0 +1,45 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_omg_CORBA_IdentifierHelper__ +#define __org_omg_CORBA_IdentifierHelper__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace omg + { + namespace CORBA + { + class Any; + class IdentifierHelper; + class TypeCode; + namespace portable + { + class InputStream; + class OutputStream; + } + } + } + } +} + +class org::omg::CORBA::IdentifierHelper : public ::java::lang::Object +{ + +public: + IdentifierHelper(); + static void insert(::org::omg::CORBA::Any *, ::java::lang::String *); + static ::java::lang::String * extract(::org::omg::CORBA::Any *); + static ::org::omg::CORBA::TypeCode * type(); + static ::java::lang::String * id(); + static ::java::lang::String * read(::org::omg::CORBA::portable::InputStream *); + static void write(::org::omg::CORBA::portable::OutputStream *, ::java::lang::String *); + static ::java::lang::Class class$; +}; + +#endif // __org_omg_CORBA_IdentifierHelper__ |