Changeset 851 for trunk/MagicSoft/Mars/mbase/MTaskList.cc
- Timestamp:
- 06/13/01 15:29:47 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTaskList.cc
r843 r851 227 227 *fLog << "Postprocessing... " << flush; 228 228 229 // FIXME: At the moment all containers are post processed independ of229 // FIXME: At the moment all tasks are post processed independ of 230 230 // whether it was preprocessed or not. 231 232 // 233 // Reset the HasChanged flag. 234 // Reset all containers. 235 // 236 fParList->SetHasChanged(kFALSE); 237 fParList->Reset(); 231 238 232 239 //
Note:
See TracChangeset
for help on using the changeset viewer.