summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/Deployment_Core.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/Deployment_Core.idl')
-rw-r--r--TAO/CIAO/ciao/Deployment_Core.idl16
1 files changed, 13 insertions, 3 deletions
diff --git a/TAO/CIAO/ciao/Deployment_Core.idl b/TAO/CIAO/ciao/Deployment_Core.idl
index 30a42bc1e57..98fd140ff91 100644
--- a/TAO/CIAO/ciao/Deployment_Core.idl
+++ b/TAO/CIAO/ciao/Deployment_Core.idl
@@ -20,8 +20,6 @@ module Deployment
exception InvalidLocation {};
exception InstallationFailure
{
- /*Do we still need a reason? --Tao
- *Yes -- will */
string name;
string reason;
};
@@ -71,7 +69,16 @@ module Deployment
MultiplexReceptacle,
EventEmitter,
EventPublisher,
- EventConsumer
+ EventConsumer,
+ ecEventEmitter,
+ ecEventPublisher,
+ ecEventConsumer,
+ rtecEventEmitter,
+ rtecEventPublisher,
+ rtecEventConsumer,
+ nsEventEmitter,
+ nsEventPublisher,
+ nsEventConsumer
};
// To avoid the connection info in the plan being passed to the
@@ -83,6 +90,9 @@ module Deployment
string portName;
CCMComponentPortKind kind;
+ string endpointInstanceName; // CIAO specific extension
+ string endpointPortName; // CIAO specific extension
+
// the endpoints member is change to endpoint.
// Since we will not have more than 1 objref in there.
Object endpoint;