Ignore:
Timestamp:
08/20/04 11:25:36 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MWriteFile.h

    r3336 r4694  
    88class MWriteFile : public MTask
    99{
     10protected:
     11    Bool_t ReInit(MParList *pList);
     12
    1013private:
    1114    Int_t PreProcess(MParList *pList);
    1215    Int_t Process();
    1316    Int_t PostProcess();
    14     Bool_t ReInit(MParList *pList);
    1517
    1618    virtual Bool_t      IsFileOpen() const = 0;
    17     virtual Bool_t      CheckAndWrite() const = 0;
     19    virtual Bool_t      CheckAndWrite() = 0;
    1820    virtual Bool_t      GetContainer(MParList *pList) = 0;
    1921    virtual const char *GetFileName() const = 0;
Note: See TracChangeset for help on using the changeset viewer.