home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
kaffe-0.5p4-src.tgz
/
tar.out
/
contrib
/
kaffe
/
lib
/
net
/
java.net.stubs
/
SocketImpl.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
484b
|
26 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class java_net_SocketImpl */
#ifndef _Included_java_net_SocketImpl
#define _Included_java_net_SocketImpl
#ifdef __cplusplus
extern "C" {
#endif
typedef struct Classjava_net_SocketImpl {
struct Hjava_io_FileDescriptor* fd;
struct Hjava_net_InetAddress* address;
jint port;
jint localport;
} Classjava_net_SocketImpl;
HandleTo(java_net_SocketImpl);
#ifdef __cplusplus
}
#endif
#endif