From 0dfefdd04e794daa4a163dc791f340467da80df3 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 20 Dec 2007 17:07:11 +0000 Subject: Trying to add support for better children support - workaround for the late bug. --- include/TaskMan.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/TaskMan.h b/include/TaskMan.h index 48887c4..db9a949 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.25 2007-05-30 11:57:08 pixel Exp $ */ +/* $Id: TaskMan.h,v 1.26 2007-12-20 17:07:11 pixel Exp $ */ #ifndef __TASKMAN_H__ #define __TASKMAN_H__ @@ -42,6 +42,7 @@ class TaskMan : public Base { static void WaitFor(pid_t, Task *, int = 0); static void WaitFor(const timeval &, Task *, int = 0); static int GotChild(pid_t, int); + static void CleanChildren(); static void Stop(); static int Event(); static Task * Etask(); -- cgit v1.2.3