struct IntervalT { TimeT lower_bound; TimeT upper_bound; };
struct UtcT { TimeT time; unsigned long inacclo; unsigned short inacchi; TdfT tdf; };
struct ulonglong { unsigned long low; unsigned long high; };
typedef TimeT InaccuracyT;
typedef short TdfT;
typedef ulonglong TimeT;
Generated by the ORBacus IDL-to-HTML translator (non-commercial)