summaryrefslogtreecommitdiff
path: root/flat/CIAO/DAnCE/Deployment/Deployment_Connection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'flat/CIAO/DAnCE/Deployment/Deployment_Connection.idl')
-rw-r--r--flat/CIAO/DAnCE/Deployment/Deployment_Connection.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/flat/CIAO/DAnCE/Deployment/Deployment_Connection.idl b/flat/CIAO/DAnCE/Deployment/Deployment_Connection.idl
index fe0cf75f5a6..d054e7e4602 100644
--- a/flat/CIAO/DAnCE/Deployment/Deployment_Connection.idl
+++ b/flat/CIAO/DAnCE/Deployment/Deployment_Connection.idl
@@ -9,13 +9,13 @@
module Deployment
{
- typedef sequence < Object > Endpoints;
- //@! in DOCGroup this struct seriously extended
- struct Connection {
- string name;
- Endpoints endpoint;
- };
+ typedef sequence < Object > Endpoints;
+ //@! in DOCGroup this struct seriously extended
+ struct Connection {
+ string name;
+ Endpoints endpoint;
+ };
- typedef sequence < Connection > Connections;
+ typedef sequence < Connection > Connections;
};
#endif /* DEPLOYMENT_CONNECTION_IDL */