97b8365caf
From-SVN: r120621
57 lines
1.3 KiB
C++
57 lines
1.3 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_CORBA_DuplicateNameHolder__
|
|
#define __gnu_CORBA_DuplicateNameHolder__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace CORBA
|
|
{
|
|
class DuplicateNameHolder;
|
|
}
|
|
}
|
|
namespace org
|
|
{
|
|
namespace omg
|
|
{
|
|
namespace CORBA
|
|
{
|
|
class TypeCode;
|
|
namespace portable
|
|
{
|
|
class InputStream;
|
|
class OutputStream;
|
|
}
|
|
}
|
|
namespace PortableInterceptor
|
|
{
|
|
namespace ORBInitInfoPackage
|
|
{
|
|
class DuplicateName;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::CORBA::DuplicateNameHolder : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
DuplicateNameHolder();
|
|
DuplicateNameHolder(::org::omg::PortableInterceptor::ORBInitInfoPackage::DuplicateName *);
|
|
virtual void _read(::org::omg::CORBA::portable::InputStream *);
|
|
virtual void _write(::org::omg::CORBA::portable::OutputStream *);
|
|
virtual ::org::omg::CORBA::TypeCode * _type();
|
|
::org::omg::PortableInterceptor::ORBInitInfoPackage::DuplicateName * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_CORBA_DuplicateNameHolder__
|