rt_gccstream/libjava/org/omg/CORBA/_IDLTypeStub.h

49 lines
1.0 KiB
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __org_omg_CORBA__IDLTypeStub__
#define __org_omg_CORBA__IDLTypeStub__
#pragma interface
#include <org/omg/CORBA/portable/ObjectImpl.h>
#include <gcj/array.h>
extern "Java"
{
namespace org
{
namespace omg
{
namespace CORBA
{
class DefinitionKind;
class TypeCode;
class _IDLTypeStub;
namespace portable
{
class Delegate;
}
}
}
}
}
class org::omg::CORBA::_IDLTypeStub : public ::org::omg::CORBA::portable::ObjectImpl
{
public:
_IDLTypeStub();
_IDLTypeStub(::org::omg::CORBA::portable::Delegate *);
virtual ::org::omg::CORBA::TypeCode * type();
virtual ::org::omg::CORBA::DefinitionKind * def_kind();
virtual void destroy();
virtual JArray< ::java::lang::String * > * _ids();
private:
static const jlong serialVersionUID = 9150293942452453626LL;
public:
static ::java::lang::Class class$;
};
#endif // __org_omg_CORBA__IDLTypeStub__