summaryrefslogtreecommitdiff
path: root/ciao_core_2/CIAO/ciao/Deployment_Data.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ciao_core_2/CIAO/ciao/Deployment_Data.idl')
-rw-r--r--ciao_core_2/CIAO/ciao/Deployment_Data.idl7
1 files changed, 6 insertions, 1 deletions
diff --git a/ciao_core_2/CIAO/ciao/Deployment_Data.idl b/ciao_core_2/CIAO/ciao/Deployment_Data.idl
index 0c296a815ba..a8279b2b306 100644
--- a/ciao_core_2/CIAO/ciao/Deployment_Data.idl
+++ b/ciao_core_2/CIAO/ciao/Deployment_Data.idl
@@ -10,6 +10,10 @@ module Deployment {
struct ComponentPackageReference {
string requiredUUID;
string requiredName;
+
+ // @@changed
+ //ComponentInterfaceDescription requiredType;
+
string requiredType;
};
@@ -21,8 +25,9 @@ module Deployment {
ResourceUsageKinds resourceUsage;
string resourcePort;
string componentPort;
- string resourceType;
+ // @@ changed: order of name and resourceType
string name;
+ string resourceType;
Properties property;
};