mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
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_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__
|