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