Changeset 605 for trunk/MagicSoft
- Timestamp:
- 02/21/01 15:32:00 (24 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MParList.cc
r604 r605 56 56 while ( (cont=(MParContainer*)Next()) ) 57 57 cont->SetLogStream(log); 58 59 fLog = log; 58 60 } 59 61 -
trunk/MagicSoft/Mars/mbase/MTaskList.cc
r604 r605 55 55 while ( (task=(MTask*)Next()) ) 56 56 task->SetLogStream(log); 57 58 fLog = log; 57 59 } 58 60
Note:
See TracChangeset
for help on using the changeset viewer.