mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
38 lines
678 B
C++
38 lines
678 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_java_rmi_server_RMIVoidValue__
|
|
#define __gnu_java_rmi_server_RMIVoidValue__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace java
|
|
{
|
|
namespace rmi
|
|
{
|
|
namespace server
|
|
{
|
|
class RMIVoidValue;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::java::rmi::server::RMIVoidValue : public ::java::lang::Object
|
|
{
|
|
|
|
RMIVoidValue();
|
|
public: // actually package-private
|
|
static ::gnu::java::rmi::server::RMIVoidValue * INSTANCE;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_java_rmi_server_RMIVoidValue__
|