| |
| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- |
| |
| #ifndef __org_omg_CosNaming_NameHolder__ |
| #define __org_omg_CosNaming_NameHolder__ |
| |
| #pragma interface |
| |
| #include <java/lang/Object.h> |
| #include <gcj/array.h> |
| |
| extern "Java" |
| { |
| namespace org |
| { |
| namespace omg |
| { |
| namespace CORBA |
| { |
| class TypeCode; |
| namespace portable |
| { |
| class InputStream; |
| class OutputStream; |
| } |
| } |
| namespace CosNaming |
| { |
| class NameComponent; |
| class NameHolder; |
| } |
| } |
| } |
| } |
| |
| class org::omg::CosNaming::NameHolder : public ::java::lang::Object |
| { |
| |
| public: |
| NameHolder(); |
| NameHolder(JArray< ::org::omg::CosNaming::NameComponent * > *); |
| void _read(::org::omg::CORBA::portable::InputStream *); |
| ::org::omg::CORBA::TypeCode * _type(); |
| void _write(::org::omg::CORBA::portable::OutputStream *); |
| JArray< ::org::omg::CosNaming::NameComponent * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value; |
| static ::java::lang::Class class$; |
| }; |
| |
| #endif // __org_omg_CosNaming_NameHolder__ |