diff options
author | Pixel <Pixel> | 2001-11-13 11:50:37 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-13 11:50:37 +0000 |
commit | 9235fbc2a736da2c68eb2dc0a3c1007b4a202d5e (patch) | |
tree | 4045976599c1738646e6debccefa90d00107a42e /include/TaskMan.h | |
parent | 701e4e617e00e7f0ed4f07c1c4bcc20f6fb6ce4d (diff) |
Still working on task system.
Diffstat (limited to 'include/TaskMan.h')
-rw-r--r-- | include/TaskMan.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/TaskMan.h b/include/TaskMan.h index 03797af..dc8c913 100644 --- a/include/TaskMan.h +++ b/include/TaskMan.h @@ -9,6 +9,8 @@ class TaskMan : public Base { public: TaskMan() throw (GeneralException); int AddTask(Task *); + int TaskMan::RemoveTask(Task *); + void Init() throw (GeneralException); void MainLoop() throw (GeneralException); private: vector<Task *> TaskList; |