summaryrefslogtreecommitdiff
path: root/include/LuaTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/LuaTask.h')
-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