summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Interfaces/ExecutionManagerDaemon.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/Interfaces/ExecutionManagerDaemon.idl')
-rw-r--r--CIAO/DAnCE/Interfaces/ExecutionManagerDaemon.idl25
1 files changed, 0 insertions, 25 deletions
diff --git a/CIAO/DAnCE/Interfaces/ExecutionManagerDaemon.idl b/CIAO/DAnCE/Interfaces/ExecutionManagerDaemon.idl
deleted file mode 100644
index 121901c4b21..00000000000
--- a/CIAO/DAnCE/Interfaces/ExecutionManagerDaemon.idl
+++ /dev/null
@@ -1,25 +0,0 @@
-// $Id$
-
-/**
- * @file ExecutionManagerDaemon.idl
- *
- * @brief Simple interface to control the ExecutionManager. This
- * interface currently provides an additional method called shutdown
- * to terminate the process cleanly.
- */
-
-#include "ciao/ExecutionManager.idl"
-
-module CIAO
-{
- /**
- * @brief CIAO Execution Manager Program
- *
- * This feature addition is added using inheritance mechanism currently
- */
- interface ExecutionManagerDaemon : Deployment::ExecutionManager
- {
- // Shutdown the daemon process.
- oneway void shutdown ();
- };
-};