functionObjectList added manualStart()/manualExecute()

- can call start()/execute() manually regardless of the execution status
This commit is contained in:
Mark Olesen
2009-02-13 15:10:22 +01:00
parent fafb3e8885
commit e03979ad3b
9 changed files with 98 additions and 58 deletions

View File

@ -144,7 +144,7 @@ public:
virtual bool execute() = 0;
//- Read and set the function object if its data have changed
virtual bool read(const dictionary& dict) = 0;
virtual bool read(const dictionary&) = 0;
};