Changeset 887 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 07/19/01 16:46:47 (23 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MEvtLoop.cc
r867 r887 61 61 ClassImp(MEvtLoop); 62 62 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 63 69 // -------------------------------------------------------------------------- 64 70 // -
trunk/MagicSoft/Mars/mbase/MTaskList.cc
r867 r887 270 270 // something occured: skip the rest of the tasks for this event 271 271 // 272 break;272 return kTRUE; 273 273 } 274 274 }
Note:
See TracChangeset
for help on using the changeset viewer.