summaryrefslogtreecommitdiff
path: root/ciao_core_2/CIAO/ciao/Deployment_Connection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ciao_core_2/CIAO/ciao/Deployment_Connection.idl')
-rw-r--r--ciao_core_2/CIAO/ciao/Deployment_Connection.idl9
1 files changed, 8 insertions, 1 deletions
diff --git a/ciao_core_2/CIAO/ciao/Deployment_Connection.idl b/ciao_core_2/CIAO/ciao/Deployment_Connection.idl
index 769c331a748..4fe19825a86 100644
--- a/ciao_core_2/CIAO/ciao/Deployment_Connection.idl
+++ b/ciao_core_2/CIAO/ciao/Deployment_Connection.idl
@@ -11,7 +11,14 @@ module Deployment
{
typedef sequence < Object > Endpoints;
//typedef Object Endpoint;
-
+
+ // @@changed
+ // struct Connection
+ // {
+ // string name;
+ // Endpoints endpoint;
+ // };
+
// CIAO's specific <Connection> type defition.
// To avoid the connection info in the plan being passed to the
// local node and to make the implementation not very cumbersome