1 #ifndef MSP_TIME_UNITS_H_
2 #define MSP_TIME_UNITS_H_
9 extern const TimeDelta zero;
10 extern const TimeDelta usec;
11 extern const TimeDelta msec;
12 extern const TimeDelta sec;
13 extern const TimeDelta min;
14 extern const TimeDelta hour;
15 extern const TimeDelta day;
16 extern const TimeDelta week;