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