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.util.stubs / Date.h next >
C/C++ Source or Header  |  1996-09-28  |  1KB  |  40 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_util_Date */
  4.  
  5. #ifndef _Included_java_util_Date
  6. #define _Included_java_util_Date
  7.  
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11.  
  12. typedef struct Classjava_util_Date {
  13.   jlong value;
  14.   jint /* bool */ valueValid;
  15.   jint /* bool */ expanded;
  16.   jint /* short */ tm_millis;
  17.   jint /* byte */ tm_sec;
  18.   jint /* byte */ tm_min;
  19.   jint /* byte */ tm_hour;
  20.   jint /* byte */ tm_mday;
  21.   jint /* byte */ tm_mon;
  22.   jint /* byte */ tm_wday;
  23.   jint /* short */ tm_yday;
  24.   jint tm_year;
  25.   jint tm_isdst;
  26. } Classjava_util_Date;
  27. HandleTo(java_util_Date);
  28.  
  29. extern struct Hjava_lang_String* java_util_Date_toString(struct Hjava_util_Date*);
  30. extern struct Hjava_lang_String* java_util_Date_toLocaleString(struct Hjava_util_Date*);
  31. extern struct Hjava_lang_String* java_util_Date_toGMTString(struct Hjava_util_Date*);
  32. extern void java_util_Date_expand(struct Hjava_util_Date*);
  33. extern void java_util_Date_computeValue(struct Hjava_util_Date*);
  34.  
  35. #ifdef __cplusplus
  36. }
  37. #endif
  38.  
  39. #endif
  40.