home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / kaffe-0.5p4-src.tgz / tar.out / contrib / kaffe / lib / net / java.net.stubs / SocketImpl.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  484b  |  26 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.  
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11.  
  12. typedef struct Classjava_net_SocketImpl {
  13.   struct Hjava_io_FileDescriptor* fd;
  14.   struct Hjava_net_InetAddress* address;
  15.   jint port;
  16.   jint localport;
  17. } Classjava_net_SocketImpl;
  18. HandleTo(java_net_SocketImpl);
  19.  
  20.  
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24.  
  25. #endif
  26.