Ignore:
Timestamp:
02/19/01 17:54:03 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.