summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Simple_Component_Server/Simple_Server.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Simple_Component_Server/Simple_Server.idl')
-rw-r--r--TAO/CIAO/tools/Simple_Component_Server/Simple_Server.idl25
1 files changed, 0 insertions, 25 deletions
diff --git a/TAO/CIAO/tools/Simple_Component_Server/Simple_Server.idl b/TAO/CIAO/tools/Simple_Component_Server/Simple_Server.idl
deleted file mode 100644
index 706b98ad400..00000000000
--- a/TAO/CIAO/tools/Simple_Component_Server/Simple_Server.idl
+++ /dev/null
@@ -1,25 +0,0 @@
-// $Id$
-
-#include "ciao/CCM_Component.idl"
-
-module CIAO
-{
- /**
- * @interface Simple_Server
- *
- * Control interface for Simple_Server
- */
- interface Simple_Server
- {
- /// Get the installed home interface.
- Components::CCMHome get_home ();
-
- /// Get the cached component instantiation.
- /// This operation can only instantiate using KeylessCCMHome.
- Components::CCMObject get_component ();
-
- /// Shutdown the simple component server.
- oneway void shutdown ();
- };
-
-};