Changeset 2529 for trunk/MagicSoft/Mars/mreport/MReport.h
- Timestamp:
- 11/19/03 00:03:53 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReport.h
r2520 r2529 7 7 8 8 class MTime; 9 class MParList; 9 10 10 11 class MReport : public MParContainer … … 14 15 15 16 Byte_t fState; 16 MTime *fTime; 17 MTime *fTime; //! 17 18 18 19 ULong_t Hash() const { return fIdentifier.Hash(); } … … 39 40 void SetTime(MTime *t) { fTime = t; } 40 41 41 static Bool_t ReadAngle(TString &str, Double_t &ret);42 MTime *FindTime(MParList &plist); 42 43 43 ClassDef(MReport, 0) // Base class for control reports44 ClassDef(MReport, 1) // Base class for control reports 44 45 }; 45 46
Note:
See TracChangeset
for help on using the changeset viewer.