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 / PlainSocketImpl.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  1KB  |  33 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_net_PlainSocketImpl */
  4.  
  5. #ifndef _Included_java_net_PlainSocketImpl
  6. #define _Included_java_net_PlainSocketImpl
  7.  
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11.  
  12. typedef struct Classjava_net_PlainSocketImpl {
  13.   struct Hjava_io_FileDescriptor* fd;
  14.   struct Hjava_net_InetAddress* address;
  15.   jint port;
  16.   jint localport;
  17. } Classjava_net_PlainSocketImpl;
  18. HandleTo(java_net_PlainSocketImpl);
  19.  
  20. extern void java_net_PlainSocketImpl_socketCreate(struct Hjava_net_PlainSocketImpl*, jint /* bool */);
  21. extern void java_net_PlainSocketImpl_socketConnect(struct Hjava_net_PlainSocketImpl*, struct Hjava_net_InetAddress*, jint);
  22. extern void java_net_PlainSocketImpl_socketBind(struct Hjava_net_PlainSocketImpl*, struct Hjava_net_InetAddress*, jint);
  23. extern void java_net_PlainSocketImpl_socketListen(struct Hjava_net_PlainSocketImpl*, jint);
  24. extern void java_net_PlainSocketImpl_socketAccept(struct Hjava_net_PlainSocketImpl*, struct Hjava_net_SocketImpl*);
  25. extern jint java_net_PlainSocketImpl_socketAvailable(struct Hjava_net_PlainSocketImpl*);
  26. extern void java_net_PlainSocketImpl_socketClose(struct Hjava_net_PlainSocketImpl*);
  27.  
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31.  
  32. #endif
  33.