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.lang.stubs / System.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-28  |  715 b   |  26 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. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11.  
  12. typedef struct Classjava_lang_System {
  13.     int __DUMMY__;
  14. } Classjava_lang_System;
  15. HandleTo(java_lang_System);
  16.  
  17. extern jlong java_lang_System_currentTimeMillis(struct Hjava_lang_System*);
  18. extern void java_lang_System_arraycopy(struct Hjava_lang_System*, struct Hjava_lang_Object*, jint, struct Hjava_lang_Object*, jint, jint);
  19. extern struct Hjava_util_Properties* java_lang_System_initProperties(struct Hjava_lang_System*, struct Hjava_util_Properties*);
  20.  
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24.  
  25. #endif
  26.