Ignore:
Timestamp:
07/19/01 16:46:47 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
2 edited

Legend:

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

    r867 r887  
    6161ClassImp(MEvtLoop);
    6262
     63
     64//!
     65//! Maybe we can add a static parameter list to MEvtLoop
     66//! Also we can derive MEvtLoop from MTaskList to have a static tasklist, too
     67//!
     68
    6369// --------------------------------------------------------------------------
    6470//
  • trunk/MagicSoft/Mars/mbase/MTaskList.cc

    r867 r887  
    270270            // something occured: skip the rest of the tasks for this event
    271271            //
    272             break;
     272            return kTRUE;
    273273        }
    274274    }
Note: See TracChangeset for help on using the changeset viewer.