diff options
author | Pixel <Pixel> | 2001-11-27 20:16:05 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-27 20:16:05 +0000 |
commit | 5212a0752902e64bbd0e24b5c84edb0350e2d3f8 (patch) | |
tree | af1ea861fbb67d60a04e1fe4d740fd8edc9c8479 /include/Task.h | |
parent | 76b2e3c19278da49193aa1599a35197b279b4439 (diff) |
Last (?) bug of TaskMan.
Diffstat (limited to 'include/Task.h')
-rw-r--r-- | include/Task.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/Task.h b/include/Task.h index f80258d..e7ad1c9 100644 --- a/include/Task.h +++ b/include/Task.h @@ -30,8 +30,6 @@ class Task : public Base { void WaitFor(timeval, int = 0); Task * WaitedBy(); void SetBurst(); - void SetCleanUp(); - bool HasToClean(); void Stop(); void Restart(); bool IsStopped(); @@ -49,7 +47,6 @@ class Task : public Base { int state; bool stopped; - bool cleanup; bool suspended; Task * wbta; }; |