Changeset 2636 for trunk/MagicSoft/Mars/mbase/MTime.h
- Timestamp:
- 12/11/03 11:48:32 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTime.h
r2617 r2636 12 12 #ifndef MARS_MParContainer 13 13 #include "MParContainer.h" 14 #endif 15 16 #ifndef _CPP_IOSFWD 17 #include <iosfwd> 14 18 #endif 15 19 … … 95 99 UInt_t Sec() const { Byte_t h, m, s; GetTime(h,m,s); return s; } 96 100 101 istream &ReadBinary(istream &fin); 102 97 103 operator double() const //[s] 98 104 {
Note:
See TracChangeset
for help on using the changeset viewer.