mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 22:06:50 +00:00
32 lines
572 B
C
32 lines
572 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_net_VMNetworkInterface__
|
||
|
#define __java_net_VMNetworkInterface__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace net
|
||
|
{
|
||
|
class VMNetworkInterface;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class java::net::VMNetworkInterface : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public: // actually package-private
|
||
|
VMNetworkInterface();
|
||
|
public:
|
||
|
static ::java::util::Vector * getInterfaces();
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __java_net_VMNetworkInterface__
|