home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
inprise
/
JRUNTIME.Z
/
java_net_Socket.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-05-08
|
508b
|
26 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class java_net_Socket */
#ifndef _Included_java_net_Socket
#define _Included_java_net_Socket
struct Hjava_net_SocketImpl;
#pragma pack(4)
typedef struct Classjava_net_Socket {
struct Hjava_net_SocketImpl *impl;
/* Inaccessible static: factory */
} Classjava_net_Socket;
HandleTo(java_net_Socket);
#pragma pack()
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif