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 >
Wrap
C/C++ Source or Header
|
1998-05-08
|
899b
|
36 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class java_util_Date */
#ifndef _Included_java_util_Date
#define _Included_java_util_Date
struct Hjava_util_Calendar;
#pragma pack(4)
typedef struct Classjava_util_Date {
struct Hjava_util_Calendar *cal;
int64_t fastTime;
/* Inaccessible static: staticCal */
/* Inaccessible static: utcCal */
/* Inaccessible static: formatter */
/* Inaccessible static: gmtFormatter */
/* Inaccessible static: defaultCenturyStart */
/* Inaccessible static: cachedDefaultZone */
#undef java_util_Date_serialVersionUID
#define java_util_Date_serialVersionUID 7523967970034938905LL
/* Inaccessible static: wtb */
/* Inaccessible static: ttb */
} Classjava_util_Date;
HandleTo(java_util_Date);
#pragma pack()
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif