| |
| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- |
| |
| #ifndef __org_omg_PortableInterceptor_IORInterceptor_3_0Helper__ |
| #define __org_omg_PortableInterceptor_IORInterceptor_3_0Helper__ |
| |
| #pragma interface |
| |
| #include <java/lang/Object.h> |
| extern "Java" |
| { |
| namespace org |
| { |
| namespace omg |
| { |
| namespace CORBA |
| { |
| class Any; |
| class Object; |
| class TypeCode; |
| namespace portable |
| { |
| class InputStream; |
| class OutputStream; |
| } |
| } |
| namespace PortableInterceptor |
| { |
| class IORInterceptor_3_0; |
| class IORInterceptor_3_0Helper; |
| } |
| } |
| } |
| } |
| |
| class org::omg::PortableInterceptor::IORInterceptor_3_0Helper : public ::java::lang::Object |
| { |
| |
| public: |
| IORInterceptor_3_0Helper(); |
| static ::org::omg::CORBA::TypeCode * type(); |
| static void insert(::org::omg::CORBA::Any *, ::org::omg::PortableInterceptor::IORInterceptor_3_0 *); |
| static ::org::omg::PortableInterceptor::IORInterceptor_3_0 * extract(::org::omg::CORBA::Any *); |
| static ::java::lang::String * id(); |
| static ::org::omg::PortableInterceptor::IORInterceptor_3_0 * narrow(::org::omg::CORBA::Object *); |
| static ::org::omg::PortableInterceptor::IORInterceptor_3_0 * unchecked_narrow(::org::omg::CORBA::Object *); |
| static ::org::omg::PortableInterceptor::IORInterceptor_3_0 * read(::org::omg::CORBA::portable::InputStream *); |
| static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::PortableInterceptor::IORInterceptor_3_0 *); |
| static ::java::lang::Class class$; |
| }; |
| |
| #endif // __org_omg_PortableInterceptor_IORInterceptor_3_0Helper__ |