home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / inprise / JRUNTIME.Z / java_net_SocketImpl.h < prev    next >
C/C++ Source or Header  |  1998-05-08  |  612b  |  29 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_net_SocketImpl */
  4.  
  5. #ifndef _Included_java_net_SocketImpl
  6. #define _Included_java_net_SocketImpl
  7. struct Hjava_io_FileDescriptor;
  8. struct Hjava_net_InetAddress;
  9.  
  10. #pragma pack(4)
  11.  
  12. typedef struct Classjava_net_SocketImpl {
  13.     struct Hjava_io_FileDescriptor *fd;
  14.     struct Hjava_net_InetAddress *address;
  15.     long port;
  16.     long localport;
  17. } Classjava_net_SocketImpl;
  18. HandleTo(java_net_SocketImpl);
  19.  
  20. #pragma pack()
  21.  
  22. #ifdef __cplusplus
  23. extern "C" {
  24. #endif
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28. #endif
  29.