summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2007-12-25 15:06:12 +0000
committerpixel <pixel>2007-12-25 15:06:12 +0000
commit54db14505bd22fcb452ced68a1243f97ac58d79e (patch)
treeadab3be29d273ce3f098598c3b50a49ee53db8c9 /include
parentc677806f6f9fc4658a56c5b2807701cbf7223a41 (diff)
Introducing some bits of task status.
Diffstat (limited to 'include')
-rw-r--r--include/LuaTask.h7
1 files changed, 6 insertions, 1 deletions
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