home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
inprise
/
JRUNTIME.Z
/
java_net_InetAddressImpl.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-05-08
|
1KB
|
31 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class java_net_InetAddressImpl */
#ifndef _Included_java_net_InetAddressImpl
#define _Included_java_net_InetAddressImpl
#pragma pack(4)
typedef struct Classjava_net_InetAddressImpl {
char PAD; /* ANSI C requires structures to have a least one member */
} Classjava_net_InetAddressImpl;
HandleTo(java_net_InetAddressImpl);
#pragma pack()
#ifdef __cplusplus
extern "C" {
#endif
struct Hjava_lang_String;
extern struct Hjava_lang_String *java_net_InetAddressImpl_getLocalHostName(struct Hjava_net_InetAddressImpl *);
struct Hjava_net_InetAddress;
extern void java_net_InetAddressImpl_makeAnyLocalAddress(struct Hjava_net_InetAddressImpl *,struct Hjava_net_InetAddress *);
extern HArrayOfArray *java_net_InetAddressImpl_lookupAllHostAddr(struct Hjava_net_InetAddressImpl *,struct Hjava_lang_String *);
extern struct Hjava_lang_String *java_net_InetAddressImpl_getHostByAddr(struct Hjava_net_InetAddressImpl *,long);
extern long java_net_InetAddressImpl_getInetFamily(struct Hjava_net_InetAddressImpl *);
#ifdef __cplusplus
}
#endif
#endif