From b3cc6420d7d6a8e7ac3c0d860f2330bf0e6dafd3 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 25 Dec 2007 12:21:19 +0000 Subject: Adding small runner helper. --- include/TaskMan.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') 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::iterator begin(); + static std::vector::iterator end(); private: class w4ha_t { -- cgit v1.2.3