blob: 55c505fae9e23e0531c2674d9931612d475187d7 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __org_omg_CosNaming_NamingContextPackage_NotEmptyHolder__
#define __org_omg_CosNaming_NamingContextPackage_NotEmptyHolder__
#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
{
namespace NamingContextPackage
{
class NotEmpty;
class NotEmptyHolder;
}
}
}
}
}
class org::omg::CosNaming::NamingContextPackage::NotEmptyHolder : public ::java::lang::Object
{
public:
NotEmptyHolder();
NotEmptyHolder(::org::omg::CosNaming::NamingContextPackage::NotEmpty *);
void _read(::org::omg::CORBA::portable::InputStream *);
::org::omg::CORBA::TypeCode * _type();
void _write(::org::omg::CORBA::portable::OutputStream *);
::org::omg::CosNaming::NamingContextPackage::NotEmpty * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
static ::java::lang::Class class$;
};
#endif // __org_omg_CosNaming_NamingContextPackage_NotEmptyHolder__