Ignore:
Timestamp:
12/11/03 11:48:32 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MTime.h

    r2617 r2636  
    1212#ifndef MARS_MParContainer
    1313#include "MParContainer.h"
     14#endif
     15
     16#ifndef _CPP_IOSFWD
     17#include <iosfwd>
    1418#endif
    1519
     
    9599    UInt_t Sec() const   { Byte_t h, m, s; GetTime(h,m,s); return s; }
    96100
     101    istream &ReadBinary(istream &fin);
     102
    97103    operator double() const   //[s]
    98104    {
Note: See TracChangeset for help on using the changeset viewer.