mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
30 lines
505 B
C
30 lines
505 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_rmi_RMISecurityManager__
|
||
|
#define __java_rmi_RMISecurityManager__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/SecurityManager.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace rmi
|
||
|
{
|
||
|
class RMISecurityManager;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class java::rmi::RMISecurityManager : public ::java::lang::SecurityManager
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
RMISecurityManager();
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __java_rmi_RMISecurityManager__
|