mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
44 lines
988 B
C++
44 lines
988 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __org_omg_CORBA_UnionMember__
|
|
#define __org_omg_CORBA_UnionMember__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace org
|
|
{
|
|
namespace omg
|
|
{
|
|
namespace CORBA
|
|
{
|
|
class Any;
|
|
class IDLType;
|
|
class TypeCode;
|
|
class UnionMember;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class org::omg::CORBA::UnionMember : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
UnionMember();
|
|
UnionMember(::java::lang::String *, ::org::omg::CORBA::Any *, ::org::omg::CORBA::TypeCode *, ::org::omg::CORBA::IDLType *);
|
|
private:
|
|
static const jlong serialVersionUID = 5506049694216071974LL;
|
|
public:
|
|
::org::omg::CORBA::Any * __attribute__((aligned(__alignof__( ::java::lang::Object)))) label;
|
|
::org::omg::CORBA::IDLType * type_def;
|
|
::java::lang::String * name;
|
|
::org::omg::CORBA::TypeCode * type;
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __org_omg_CORBA_UnionMember__
|