From 8755eda4db1e738453d751ef20e24beec27d1820 Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 3 Apr 2012 19:38:13 -0700 Subject: Making a few classes anonymous. --- src/LuaTask.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/LuaTask.cc') 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); } -- cgit v1.2.3