Ignore:
Timestamp:
03/31/03 10:37:56 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1873 r1880  
    119119// Add this file as the last entry in the chain
    120120//
    121 void MCT1ReadPreProc::AddFile(const char *txt)
     121Int_t MCT1ReadPreProc::AddFile(const char *txt, Int_t)
    122122{
    123123    const char *name = gSystem->ExpandPathName(txt);
     
    129129    {
    130130        *fLog << warn << "WARNING - Problem reading header... ignored." << endl;
    131         return;
     131        return 0;
    132132    }
    133133
     
    136136    {
    137137        *fLog << warn << "WARNING - File contains no data... ignored." << endl;
    138         return;
     138        return 0;
    139139    }
    140140
     
    144144
    145145    fFileNames->AddLast(new TNamed(txt, ""));
     146    return 1;
    146147}
    147148
Note: See TracChangeset for help on using the changeset viewer.