summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/ComponentServer/CIAO_CS_Client.idl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-07-14 13:44:43 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-07-14 13:44:43 +0000
commit6b471d6bde992d29a3a66189b7ec86d06889d373 (patch)
treeeded717106bcffa59b47de0fe39cef3bdccb7037 /modules/CIAO/ciao/ComponentServer/CIAO_CS_Client.idl
parenteb0f7e38216e3fc7b58a038ce95d5705e9e11be2 (diff)
downloadATCD-6b471d6bde992d29a3a66189b7ec86d06889d373.tar.gz
branching/tagging
Diffstat (limited to 'modules/CIAO/ciao/ComponentServer/CIAO_CS_Client.idl')
-rw-r--r--modules/CIAO/ciao/ComponentServer/CIAO_CS_Client.idl40
1 files changed, 0 insertions, 40 deletions
diff --git a/modules/CIAO/ciao/ComponentServer/CIAO_CS_Client.idl b/modules/CIAO/ciao/ComponentServer/CIAO_CS_Client.idl
deleted file mode 100644
index 43bf4d4eadd..00000000000
--- a/modules/CIAO/ciao/ComponentServer/CIAO_CS_Client.idl
+++ /dev/null
@@ -1,40 +0,0 @@
-/**
- * @file CIAO_CS_Client.idl
- * @author William R. Otte <wotte@dre.vanderbilt.edu>
- * $Id$
- * A couple CIAO-specific extensions to the component server client
- * interfaces.
- */
-
-#ifndef CIAO_COMPONENTSERVER_IDL_
-#define CIAO_COMPONENTSERVER_IDL_
-
-#include <ccm/ComponentServer/CCM_ComponentServer_Client.idl>
-
-module CIAO
-{
- module Deployment
- {
- interface ServerActivator : ::Components::Deployment::ServerActivator
- {
- /// Used by spawned component servers to notify the server
- /// activator of their object reference and retrieve
- /// configuration information.
- void component_server_callback (in ::Components::Deployment::ComponentServer serverref,
- in string server_UUID,
- out ::Components::ConfigValues config);
-
- void configuration_complete (in string server_UUID);
- };
-
- interface ComponentInstallation :
- ::Components::Deployment::ComponentInstallation
- {
- };
- };
-};
-
-
-#endif
-
-