diff options
author | pixel <pixel> | 2007-04-11 10:29:58 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-04-11 10:29:58 +0000 |
commit | e5a163a9f4274460f7facbf1b10914beec750775 (patch) | |
tree | b1ea93a1e0cd81b201a12170fdb7c16d6d46a046 /include | |
parent | 4426cc475432ec0879acaf2d5745e76a50649ee3 (diff) |
Slightly better timeout support.
Diffstat (limited to 'include')
-rw-r--r-- | include/Task.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Task.h b/include/Task.h index e18c8ed..414ffa7 100644 --- a/include/Task.h +++ b/include/Task.h @@ -49,6 +49,7 @@ class Task : public Base { void Restart(); bool IsStopped(); void RemoveFromWatches(); + void RemoveTimeout(); Handle * BurstHandle; protected: |