summaryrefslogtreecommitdiff
path: root/DAnCE/dance/ExecutionManager/ExecutionManager_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/dance/ExecutionManager/ExecutionManager_Impl.cpp')
-rw-r--r--DAnCE/dance/ExecutionManager/ExecutionManager_Impl.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/DAnCE/dance/ExecutionManager/ExecutionManager_Impl.cpp b/DAnCE/dance/ExecutionManager/ExecutionManager_Impl.cpp
index 492dfc01f00..425e535730c 100644
--- a/DAnCE/dance/ExecutionManager/ExecutionManager_Impl.cpp
+++ b/DAnCE/dance/ExecutionManager/ExecutionManager_Impl.cpp
@@ -268,6 +268,16 @@ ExecutionManager_Impl::destroyManager (::Deployment::AMH_ExecutionManagerRespons
}
}
+// This one derived from ExecutionManagerDaemon interface
+// for shutdowning DAnCE agent
+void
+ExecutionManager_Impl::shutdown (::Deployment::AMH_ExecutionManagerResponseHandler_ptr _tao_rh)
+{
+ DANCE_TRACE ("ExecutionManager_Impl::shutdown");
+ this->orb_->shutdown();
+}
+
+
void
ExecutionManager_Impl::add_node_manager (const char *name, const char *ior)
{