summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl')
-rw-r--r--TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl28
1 files changed, 0 insertions, 28 deletions
diff --git a/TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl b/TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl
deleted file mode 100644
index 2b433a16100..00000000000
--- a/TAO/CIAO/DAnCE/Interfaces/NodeManagerDaemon.idl
+++ /dev/null
@@ -1,28 +0,0 @@
-// $Id$
-
-/**
- * @file NodeManagerDaemon.idl
- *
- * @brief Controling interface for managing and controling CIAO daemon.
- */
-
-#include "ciao/NodeManager.idl"
-
-module CIAO
-{
- /**
- * @brief CIAO daemon process control program.
- *
- * @@The Inheritage might cause binary code bloating but
- * it's an easy way of combining features. In the future we could
- * move this definition into Deployment.idl.
- */
- interface NodeManagerDaemon : Deployment::NodeManager
- {
- // Canonical name of this daemon
- readonly attribute string name;
-
- // Shutdown the daemon process.
- oneway void shutdown ();
- };
-};