Ignore:
Timestamp:
06/23/03 11:01:53 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2173 r2206  
    5757// to the output file.
    5858//
    59 Bool_t MWriteFile::PreProcess(MParList *pList)
     59Int_t MWriteFile::PreProcess(MParList *pList)
    6060{
    6161    //
     
    8989// the container should be written to the output.
    9090//
    91 Bool_t MWriteFile::Process()
     91Int_t MWriteFile::Process()
    9292{
    9393    CheckAndWrite();
    94 
    9594    return kTRUE;
    9695}
     
    101100// the container should be written to the output.
    102101//
    103 Bool_t MWriteFile::PostProcess()
     102Int_t MWriteFile::PostProcess()
    104103{
    105104    //
     
    107106    //
    108107    CheckAndWrite();
    109 
    110108    return kTRUE;
    111109}
Note: See TracChangeset for help on using the changeset viewer.