97b8365caf
From-SVN: r120621
51 lines
1.2 KiB
C++
51 lines
1.2 KiB
C++
|
|
// 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__
|