summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project2/common/taskHost.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/taskHost.cpp b/project2/common/taskHost.cpp
index 72fedad..cbfe7c3 100644
--- a/project2/common/taskHost.cpp
+++ b/project2/common/taskHost.cpp
@@ -30,7 +30,7 @@ void
TaskHost::execute() const
{
loadScriptComponents();
- ScopeObject txHandler(boost::bind(&TaskHost::commitAll, this), boost::bind(&TaskHost::rollbackAll, this));
+ ScopeObject txHandler(ScopeObject::Event(), boost::bind(&TaskHost::commitAll, this), boost::bind(&TaskHost::rollbackAll, this));
run(tasks);
}