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