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

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_lang_System */
  4.  
  5. #ifndef _Included_java_lang_System
  6. #define _Included_java_lang_System
  7.  
  8. #pragma pack(4)
  9.  
  10. typedef struct Classjava_lang_System {
  11. /* Inaccessible static: in */
  12. /* Inaccessible static: out */
  13. /* Inaccessible static: err */
  14. /* Inaccessible static: security */
  15. /* Inaccessible static: props */
  16.     char PAD;    /* ANSI C requires structures to have a least one member */
  17. } Classjava_lang_System;
  18. HandleTo(java_lang_System);
  19.  
  20. #pragma pack()
  21.  
  22. #ifdef __cplusplus
  23. extern "C" {
  24. #endif
  25. struct Hjava_io_InputStream;
  26. extern void java_lang_System_setIn0(struct Hjava_lang_System *,struct Hjava_io_InputStream *);
  27. struct Hjava_io_PrintStream;
  28. extern void java_lang_System_setOut0(struct Hjava_lang_System *,struct Hjava_io_PrintStream *);
  29. extern void java_lang_System_setErr0(struct Hjava_lang_System *,struct Hjava_io_PrintStream *);
  30. extern int64_t java_lang_System_currentTimeMillis(struct Hjava_lang_System *);
  31. struct Hjava_lang_Object;
  32. extern void java_lang_System_arraycopy(struct Hjava_lang_System *,struct Hjava_lang_Object *,long,struct Hjava_lang_Object *,long,long);
  33. extern long java_lang_System_identityHashCode(struct Hjava_lang_System *,struct Hjava_lang_Object *);
  34. struct Hjava_util_Properties;
  35. extern struct Hjava_util_Properties *java_lang_System_initProperties(struct Hjava_lang_System *,struct Hjava_util_Properties *);
  36. #ifdef __cplusplus
  37. }
  38. #endif
  39. #endif
  40.