Changeset 600 for trunk/MagicSoft
- Timestamp:
- 02/19/01 17:54:03 (24 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r599 r600 3 3 2000/02/19: Thomas Bretz 4 4 5 * .rootrc: added 5 * MParContainer.h added prototypes for AsciiRead/Write 6 7 * .rootrc: added 6 8 7 9 * MEvtLoop.[h,cc]: split eventloop in its three parts, this should -
trunk/MagicSoft/Mars/mbase/MParContainer.h
r527 r600 9 9 // // 10 10 ////////////////////////////////////////////////////////////////////////// 11 12 #include <fstream.h> 11 13 12 14 #ifndef ROOT_TObject … … 54 56 virtual Int_t Sizeof() const; 55 57 58 virtual void AsciiRead(ifstream &fin) {}; 59 virtual void AsciiWrite(ofstream &fout) const {}; 60 56 61 ClassDef(MParContainer, 1) //The basis for all parameter containers 57 62 };
Note:
See TracChangeset
for help on using the changeset viewer.