home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / aplic / jbuilder / jruntime.z / java_net_InetAddressImpl.h < prev    next >
C/C++ Source or Header  |  1997-08-25  |  1KB  |  31 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_net_InetAddressImpl */
  4.  
  5. #ifndef _Included_java_net_InetAddressImpl
  6. #define _Included_java_net_InetAddressImpl
  7.  
  8. #pragma pack(4)
  9.  
  10. typedef struct Classjava_net_InetAddressImpl {
  11.     char PAD;    /* ANSI C requires structures to have a least one member */
  12. } Classjava_net_InetAddressImpl;
  13. HandleTo(java_net_InetAddressImpl);
  14.  
  15. #pragma pack()
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20. struct Hjava_lang_String;
  21. extern struct Hjava_lang_String *java_net_InetAddressImpl_getLocalHostName(struct Hjava_net_InetAddressImpl *);
  22. struct Hjava_net_InetAddress;
  23. extern void java_net_InetAddressImpl_makeAnyLocalAddress(struct Hjava_net_InetAddressImpl *,struct Hjava_net_InetAddress *);
  24. extern HArrayOfArray *java_net_InetAddressImpl_lookupAllHostAddr(struct Hjava_net_InetAddressImpl *,struct Hjava_lang_String *);
  25. extern struct Hjava_lang_String *java_net_InetAddressImpl_getHostByAddr(struct Hjava_net_InetAddressImpl *,long);
  26. extern long java_net_InetAddressImpl_getInetFamily(struct Hjava_net_InetAddressImpl *);
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30. #endif
  31.