summaryrefslogtreecommitdiff
path: root/ciao/Deployment_Core.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ciao/Deployment_Core.idl')
-rw-r--r--ciao/Deployment_Core.idl7
1 files changed, 5 insertions, 2 deletions
diff --git a/ciao/Deployment_Core.idl b/ciao/Deployment_Core.idl
index 56e1c7aceea..c859de1e24b 100644
--- a/ciao/Deployment_Core.idl
+++ b/ciao/Deployment_Core.idl
@@ -4,7 +4,7 @@
#define DEPLOYMENT_CORE_IDL
#include "CCM_Component.idl"
-#include <ciaosvcs/Events/CIAO_Events_Base/CIAO_Events.idl>
+#include "Deployment_Events.idl"
// *************** Packaging and Deployment ***************
module Deployment
@@ -207,6 +207,7 @@ module Deployment
typedef sequence<Container> Containers;
typedef sequence<CIAO::CIAO_Event_Service> CIAO_Event_Services;
+ /*
/// CIAO specific extension
/// This struct captures the installation information of a particular
/// CIAO_Event_Service, as defined in <ciaosvcs/Events/CIAO_Events.idl>
@@ -220,6 +221,7 @@ module Deployment
/// CIAO specific extension
typedef sequence<ESInstallationInfo> ESInstallationInfos;
+ */
interface NodeApplication : Application
{
@@ -246,7 +248,8 @@ module Deployment
/// This operation will create one or more CIAO_Event_Service objects
/// within the NodeApplication, which will be used to mediate the
/// communication of CCM events
- CIAO_Event_Services install_es (in ESInstallationInfos es_infos)
+ CIAO_Event_Services install_es (
+ in CIAO::DAnCE::EventServiceDeploymentDescriptions es_infos)
raises (InstallationFailure);
/// CIAO specific extensions