mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
39 lines
830 B
C
39 lines
830 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_rmi_server_RemoteStub__
|
||
|
#define __java_rmi_server_RemoteStub__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/rmi/server/RemoteObject.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace rmi
|
||
|
{
|
||
|
namespace server
|
||
|
{
|
||
|
class RemoteRef;
|
||
|
class RemoteStub;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class java::rmi::server::RemoteStub : public ::java::rmi::server::RemoteObject
|
||
|
{
|
||
|
|
||
|
public: // actually protected
|
||
|
RemoteStub();
|
||
|
RemoteStub(::java::rmi::server::RemoteRef *);
|
||
|
static void setRef(::java::rmi::server::RemoteStub *, ::java::rmi::server::RemoteRef *);
|
||
|
public: // actually package-private
|
||
|
static const jlong serialVersionUID = -1585587260594494182LL;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __java_rmi_server_RemoteStub__
|