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 / native / java.io.stubs / PrintStream.h < prev    next >
C/C++ Source or Header  |  1996-09-28  |  467b  |  25 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_io_PrintStream */
  4.  
  5. #ifndef _Included_java_io_PrintStream
  6. #define _Included_java_io_PrintStream
  7.  
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11.  
  12. typedef struct Classjava_io_PrintStream {
  13.   struct Hjava_io_OutputStream* out;
  14.   jint /* bool */ autoflush;
  15.   jint /* bool */ trouble;
  16. } Classjava_io_PrintStream;
  17. HandleTo(java_io_PrintStream);
  18.  
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23.  
  24. #endif
  25.