29 lines
436 B
C++
29 lines
436 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_rmi_Remote__
|
|
#define __java_rmi_Remote__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace java
|
|
{
|
|
namespace rmi
|
|
{
|
|
class Remote;
|
|
}
|
|
}
|
|
}
|
|
|
|
class java::rmi::Remote : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __java_rmi_Remote__
|