Ignore:
Timestamp:
11/19/03 00:03:53 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreport/MReport.h

    r2520 r2529  
    77
    88class MTime;
     9class MParList;
    910
    1011class MReport : public MParContainer
     
    1415
    1516    Byte_t  fState;
    16     MTime  *fTime;
     17    MTime  *fTime;             //!
    1718
    1819    ULong_t Hash() const { return fIdentifier.Hash(); }
     
    3940    void SetTime(MTime *t) { fTime = t; }
    4041
    41     static Bool_t ReadAngle(TString &str, Double_t &ret);
     42    MTime *FindTime(MParList &plist);
    4243
    43     ClassDef(MReport, 0) // Base class for control reports
     44    ClassDef(MReport, 1) // Base class for control reports
    4445};
    4546
Note: See TracChangeset for help on using the changeset viewer.