blob: f284357c415124007a6bb03536f2157428510272 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __org_omg_CosNaming_NamingContextExtHolder__
#define __org_omg_CosNaming_NamingContextExtHolder__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace org
{
namespace omg
{
namespace CORBA
{
class TypeCode;
namespace portable
{
class InputStream;
class OutputStream;
}
}
namespace CosNaming
{
class NamingContextExt;
class NamingContextExtHolder;
}
}
}
}
class org::omg::CosNaming::NamingContextExtHolder : public ::java::lang::Object
{
public:
NamingContextExtHolder();
NamingContextExtHolder(::org::omg::CosNaming::NamingContextExt *);
void _read(::org::omg::CORBA::portable::InputStream *);
::org::omg::CORBA::TypeCode * _type();
void _write(::org::omg::CORBA::portable::OutputStream *);
::org::omg::CosNaming::NamingContextExt * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
static ::java::lang::Class class$;
};
#endif // __org_omg_CosNaming_NamingContextExtHolder__