home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / inprise / JRUNTIME.Z / java_util_Date.h < prev    next >
C/C++ Source or Header  |  1998-05-08  |  899b  |  36 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. struct Hjava_util_Calendar;
  8.  
  9. #pragma pack(4)
  10.  
  11. typedef struct Classjava_util_Date {
  12.     struct Hjava_util_Calendar *cal;
  13.     int64_t fastTime;
  14. /* Inaccessible static: staticCal */
  15. /* Inaccessible static: utcCal */
  16. /* Inaccessible static: formatter */
  17. /* Inaccessible static: gmtFormatter */
  18. /* Inaccessible static: defaultCenturyStart */
  19. /* Inaccessible static: cachedDefaultZone */
  20. #undef java_util_Date_serialVersionUID
  21. #define java_util_Date_serialVersionUID 7523967970034938905LL
  22. /* Inaccessible static: wtb */
  23. /* Inaccessible static: ttb */
  24. } Classjava_util_Date;
  25. HandleTo(java_util_Date);
  26.  
  27. #pragma pack()
  28.  
  29. #ifdef __cplusplus
  30. extern "C" {
  31. #endif
  32. #ifdef __cplusplus
  33. }
  34. #endif
  35. #endif
  36.