summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Interfaces/ExecutionManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/Interfaces/ExecutionManager.idl')
-rw-r--r--TAO/CIAO/DAnCE/Interfaces/ExecutionManager.idl26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/CIAO/DAnCE/Interfaces/ExecutionManager.idl b/TAO/CIAO/DAnCE/Interfaces/ExecutionManager.idl
deleted file mode 100644
index cdd47c24d1b..00000000000
--- a/TAO/CIAO/DAnCE/Interfaces/ExecutionManager.idl
+++ /dev/null
@@ -1,26 +0,0 @@
-// $Id$
-
-/**
- * @file ExecutionManager.idl
- *
- * @brief Simple interface to control the ExecutionManager. This
- * interface currently provides an additional method called shutdown
- * to terminate the process cleanly.
- *
- */
-
-#include "Deployment.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 ();
- };
-};