Ignore:
Timestamp:
07/13/01 18:13:06 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r860 r867  
    193193        if (!task->PreProcess(fParList))
    194194            return kFALSE;
     195
     196        task->SetIsPreprocessed();
    195197    }
    196198
     
    307309    while ( (task=(MTask*)Next()) )
    308310    {
     311        if (!task->IsPreprocessed())
     312            continue;
     313
    309314        *fLog << task->GetName() << "... " << flush;
    310315
Note: See TracChangeset for help on using the changeset viewer.