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 >
C/C++ Source or Header  |  1998-05-08  |  508b  |  26 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_net_Socket */
  4.  
  5. #ifndef _Included_java_net_Socket
  6. #define _Included_java_net_Socket
  7. struct Hjava_net_SocketImpl;
  8.  
  9. #pragma pack(4)
  10.  
  11. typedef struct Classjava_net_Socket {
  12.     struct Hjava_net_SocketImpl *impl;
  13. /* Inaccessible static: factory */
  14. } Classjava_net_Socket;
  15. HandleTo(java_net_Socket);
  16.  
  17. #pragma pack()
  18.  
  19. #ifdef __cplusplus
  20. extern "C" {
  21. #endif
  22. #ifdef __cplusplus
  23. }
  24. #endif
  25. #endif
  26.