home *** CD-ROM | disk | FTP | other *** search
/ Java 1996 August / Java - Summer 1996.iso / kaffe-0.2 / lib / net / java.net / java.net.SocketImpl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-09  |  415 b   |  18 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. typedef struct Classjava_net_SocketImpl {
  9.   struct Hjava_io_FileDescriptor* fd;
  10.   struct Hjava_net_InetAddress* address;
  11.   long port;
  12.   long localport;
  13. } Classjava_net_SocketImpl;
  14. HandleTo(java_net_SocketImpl);
  15.  
  16.  
  17. #endif
  18.