summaryrefslogtreecommitdiff
path: root/src/LuaTask.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaTask.cc')
-rw-r--r--src/LuaTask.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LuaTask.cc b/src/LuaTask.cc
index e1c722d..2641682 100644
--- a/src/LuaTask.cc
+++ b/src/LuaTask.cc
@@ -3,10 +3,14 @@
#include "TaskMan.h"
#include "Printer.h"
+namespace {
+
class LuaTaskStopper : public Balau::LuaExecCell {
virtual void run(Balau::Lua &) { }
};
+};
+
Balau::LuaExecCell::LuaExecCell() : m_detached(false) {
Printer::elog(E_TASK, "LuaExecCell created at %p", this);
}