home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / inprise / JRUNTIME.Z / java_lang_Process.h < prev    next >
C/C++ Source or Header  |  1998-05-08  |  489b  |  24 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_lang_Process */
  4.  
  5. #ifndef _Included_java_lang_Process
  6. #define _Included_java_lang_Process
  7.  
  8. #pragma pack(4)
  9.  
  10. typedef struct Classjava_lang_Process {
  11.     char PAD;    /* ANSI C requires structures to have a least one member */
  12. } Classjava_lang_Process;
  13. HandleTo(java_lang_Process);
  14.  
  15. #pragma pack()
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23. #endif
  24.