97b8365caf
From-SVN: r120621
48 lines
1.1 KiB
C++
48 lines
1.1 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __org_omg_CosNaming_NamingContextHolder__
|
|
#define __org_omg_CosNaming_NamingContextHolder__
|
|
|
|
#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 NamingContext;
|
|
class NamingContextHolder;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class org::omg::CosNaming::NamingContextHolder : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
NamingContextHolder();
|
|
NamingContextHolder(::org::omg::CosNaming::NamingContext *);
|
|
void _read(::org::omg::CORBA::portable::InputStream *);
|
|
::org::omg::CORBA::TypeCode * _type();
|
|
void _write(::org::omg::CORBA::portable::OutputStream *);
|
|
::org::omg::CosNaming::NamingContext * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __org_omg_CosNaming_NamingContextHolder__
|