URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [net/] [GetLocalHostAction.h] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_java_net_GetLocalHostAction__ #define __gnu_java_net_GetLocalHostAction__ #pragma interface #include <java/lang/Object.h> extern "Java" { namespace gnu { namespace java { namespace net { class GetLocalHostAction; } } } namespace java { namespace net { class InetAddress; } } } class gnu::java::net::GetLocalHostAction : public ::java::lang::Object { public: GetLocalHostAction(); virtual ::java::net::InetAddress * GetLocalHostAction$run(); virtual ::java::lang::Object * run(); static ::java::lang::Class class$; }; #endif // __gnu_java_net_GetLocalHostAction__
Go to most recent revision | Compare with Previous | Blame | View Log