Ignore:
Timestamp:
11/27/08 11:41:12 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MContinue.cc

    r9157 r9178  
    3333// To invert the meaning of the contained filter call SetInverted()
    3434//
     35//
    3536//  Input Containers:
    3637//   -/-
     
    3839//  Output Containers:
    3940//   -/-
     41//
     42//
     43// Class Version 2:
     44// ----------------
     45//  + Int_t fRc;
    4046//
    4147/////////////////////////////////////////////////////////////////////////////
  • trunk/MagicSoft/Mars/mbase/MContinue.h

    r9157 r9178  
    2525    MTaskList *fTaskList;  //! pointer to the present tasklist
    2626
    27     Int_t fRc;
     27    Int_t fRc;             // Return code returned in Process()
    2828
    2929    // MTask
     
    5757    void Print(Option_t *o="") const; //*MENU*
    5858
    59     ClassDef(MContinue, 1) //Task returning kCONTINUE
     59    ClassDef(MContinue, 2) //Task returning kCONTINUE
    6060};
    6161
Note: See TracChangeset for help on using the changeset viewer.