Changeset 600 for trunk


Ignore:
Timestamp:
02/19/01 17:54:03 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r599 r600  
    33 2000/02/19: Thomas Bretz
    44
    5    *  .rootrc: added
     5   * MParContainer.h added prototypes for AsciiRead/Write
     6
     7   * .rootrc: added
    68
    79   * MEvtLoop.[h,cc]: split eventloop in its three parts, this should
  • trunk/MagicSoft/Mars/mbase/MParContainer.h

    r527 r600  
    99//                                                                      //
    1010//////////////////////////////////////////////////////////////////////////
     11
     12#include <fstream.h>
    1113
    1214#ifndef ROOT_TObject
     
    5456    virtual Int_t    Sizeof() const;
    5557
     58    virtual void AsciiRead(ifstream &fin) {};
     59    virtual void AsciiWrite(ofstream &fout) const {};
     60
    5661    ClassDef(MParContainer, 1)  //The basis for all parameter containers
    5762};
Note: See TracChangeset for help on using the changeset viewer.