Changeset 3969
- Timestamp:
- 05/05/04 01:15:30 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTime.cc
r3968 r3969 203 203 Bool_t MTime::Set(UShort_t y, Byte_t m, Byte_t d, Byte_t h, Byte_t min, Byte_t s, UShort_t ms, UInt_t ns) 204 204 { 205 cout << "SET" << endl;206 205 if (h>23 || min>59 || s>59 || ms>999 || ns>999999) 207 206 return kFALSE;
Note:
See TracChangeset
for help on using the changeset viewer.