summaryrefslogtreecommitdiff
path: root/include/TaskMan.h
diff options
context:
space:
mode:
authorpixel <pixel>2007-12-25 12:21:19 +0000
committerpixel <pixel>2007-12-25 12:21:19 +0000
commitb3cc6420d7d6a8e7ac3c0d860f2330bf0e6dafd3 (patch)
tree7065b3a808b600bc09bab6aa65ba346a762d2107 /include/TaskMan.h
parent260366ea670a66a99da6f3a0a85897d306ddc4c0 (diff)
Adding small runner helper.
Diffstat (limited to 'include/TaskMan.h')
-rw-r--r--include/TaskMan.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/TaskMan.h b/include/TaskMan.h
index db9a949..29b6cc1 100644
--- a/include/TaskMan.h
+++ b/include/TaskMan.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: TaskMan.h,v 1.26 2007-12-20 17:07:11 pixel Exp $ */
+/* $Id: TaskMan.h,v 1.27 2007-12-25 12:21:19 pixel Exp $ */
#ifndef __TASKMAN_H__
#define __TASKMAN_H__
@@ -50,6 +50,9 @@ class TaskMan : public Base {
static int Eprocess();
static int Estatus();
static void SigChild();
+
+ static std::vector<Task *>::iterator begin();
+ static std::vector<Task *>::iterator end();
private:
class w4ha_t {