mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
49 lines
1.1 KiB
C++
49 lines
1.1 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_rmi_CORBA_StubDelegate__
|
|
#define __javax_rmi_CORBA_StubDelegate__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace rmi
|
|
{
|
|
namespace CORBA
|
|
{
|
|
class Stub;
|
|
class StubDelegate;
|
|
}
|
|
}
|
|
}
|
|
namespace org
|
|
{
|
|
namespace omg
|
|
{
|
|
namespace CORBA
|
|
{
|
|
class ORB;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::rmi::CORBA::StubDelegate : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
virtual void connect(::javax::rmi::CORBA::Stub *, ::org::omg::CORBA::ORB *) = 0;
|
|
virtual jboolean equals(::javax::rmi::CORBA::Stub *, ::java::lang::Object *) = 0;
|
|
virtual jint hashCode(::javax::rmi::CORBA::Stub *) = 0;
|
|
virtual void readObject(::javax::rmi::CORBA::Stub *, ::java::io::ObjectInputStream *) = 0;
|
|
virtual void writeObject(::javax::rmi::CORBA::Stub *, ::java::io::ObjectOutputStream *) = 0;
|
|
virtual ::java::lang::String * toString(::javax::rmi::CORBA::Stub *) = 0;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __javax_rmi_CORBA_StubDelegate__
|