mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
63 lines
1.3 KiB
C++
63 lines
1.3 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_rmi_CORBA_Tie__
|
|
#define __javax_rmi_CORBA_Tie__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace java
|
|
{
|
|
namespace rmi
|
|
{
|
|
class Remote;
|
|
}
|
|
}
|
|
namespace javax
|
|
{
|
|
namespace rmi
|
|
{
|
|
namespace CORBA
|
|
{
|
|
class Tie;
|
|
}
|
|
}
|
|
}
|
|
namespace org
|
|
{
|
|
namespace omg
|
|
{
|
|
namespace CORBA
|
|
{
|
|
class ORB;
|
|
class Object;
|
|
namespace portable
|
|
{
|
|
class InputStream;
|
|
class OutputStream;
|
|
class ResponseHandler;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::rmi::CORBA::Tie : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
virtual ::java::rmi::Remote * getTarget() = 0;
|
|
virtual void setTarget(::java::rmi::Remote *) = 0;
|
|
virtual ::org::omg::CORBA::ORB * orb() = 0;
|
|
virtual void orb(::org::omg::CORBA::ORB *) = 0;
|
|
virtual ::org::omg::CORBA::Object * thisObject() = 0;
|
|
virtual void deactivate() = 0;
|
|
virtual ::org::omg::CORBA::portable::OutputStream * _invoke(::java::lang::String *, ::org::omg::CORBA::portable::InputStream *, ::org::omg::CORBA::portable::ResponseHandler *) = 0;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __javax_rmi_CORBA_Tie__
|