From 54db14505bd22fcb452ced68a1243f97ac58d79e Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 25 Dec 2007 15:06:12 +0000 Subject: Introducing some bits of task status. --- include/LuaTask.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/LuaTask.h b/include/LuaTask.h index 221646f..cd97900 100644 --- a/include/LuaTask.h +++ b/include/LuaTask.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: LuaTask.h,v 1.6 2007-12-20 17:06:29 pixel Exp $ */ +/* $Id: LuaTask.h,v 1.7 2007-12-25 15:06:12 pixel Exp $ */ #ifndef __LUATASK_H__ #define __LUATASK_H__ @@ -54,4 +54,9 @@ class LuaTask : public Task { static htab * h; }; +class LuaTaskMan : public LuaObject { + public: + static void pushstatics(Lua *) throw (GeneralException); +}; + #endif -- cgit v1.2.3