Changeset 2959


Ignore:
Timestamp:
01/29/04 18:13:46 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2958 r2959  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2004/01/29: Abelardo Moralejo
     7
     8   * mfileio/MWriteFile.h
     9     - added missing declaration of ReInit
     10
     11
    612 2004/01/29: Thomas Bretz
    713
  • trunk/MagicSoft/Mars/mfileio/MWriteFile.h

    r2206 r2959  
    1212    Int_t Process();
    1313    Int_t PostProcess();
     14    Bool_t ReInit(MParList *pList);
    1415
    1516    virtual Bool_t      IsFileOpen() const = 0;
     
    1819    virtual const char *GetFileName() const = 0;
    1920
     21
    2022    ClassDef(MWriteFile, 0)     // Base class for tasks to write single containers to several output formats
    2123};
Note: See TracChangeset for help on using the changeset viewer.