summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/Deployment_Core.idl
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-23 16:26:25 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-23 16:26:25 +0000
commitf2b27923336a7f23b9fa3fb1922bd607d2c319b5 (patch)
tree9d7d8573f493a1142736e4a4b4ab17845ef628c1 /TAO/CIAO/ciao/Deployment_Core.idl
parentc74fd13d3c07697c44d8a10c4ee7f57d91e96d8b (diff)
downloadATCD-CIAO_ReDAC_01.tar.gz
*** empty log message ***CIAO_ReDAC_01
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;