summaryrefslogtreecommitdiff
path: root/flat/CIAO/DAnCE/Deployment/Deployment_Base.idl
diff options
context:
space:
mode:
Diffstat (limited to 'flat/CIAO/DAnCE/Deployment/Deployment_Base.idl')
-rw-r--r--flat/CIAO/DAnCE/Deployment/Deployment_Base.idl64
1 files changed, 32 insertions, 32 deletions
diff --git a/flat/CIAO/DAnCE/Deployment/Deployment_Base.idl b/flat/CIAO/DAnCE/Deployment/Deployment_Base.idl
index 945769ad14e..c0db10ecb14 100644
--- a/flat/CIAO/DAnCE/Deployment/Deployment_Base.idl
+++ b/flat/CIAO/DAnCE/Deployment/Deployment_Base.idl
@@ -5,38 +5,38 @@
module Deployment {
- struct Property {
- string name;
- any value;
- };
-
- typedef sequence < Property > Properties;
-
- struct Requirement {
- string name;
- string resourceType;
- Properties property;
- };
-
- typedef sequence < Requirement > Requirements;
-
- enum SatisfierPropertyKind {
- Quantity,
- Capacity,
- Minimum,
- Maximum,
- _Attribute,
- Selection
- };
-
- struct SatisfierProperty {
- string name;
- SatisfierPropertyKind kind;
- boolean dynamic;
- any value;
- };
-
- typedef sequence < SatisfierProperty > SatisfierProperties;
+ struct Property {
+ string name;
+ any value;
+ };
+
+ typedef sequence < Property > Properties;
+
+ struct Requirement {
+ string name;
+ string resourceType;
+ Properties property;
+ };
+
+ typedef sequence < Requirement > Requirements;
+
+ enum SatisfierPropertyKind {
+ Quantity,
+ Capacity,
+ Minimum,
+ Maximum,
+ _Attribute,
+ Selection
+ };
+
+ struct SatisfierProperty {
+ string name;
+ SatisfierPropertyKind kind;
+ boolean dynamic;
+ any value;
+ };
+
+ typedef sequence < SatisfierProperty > SatisfierProperties;
};
#endif /* DEPLOYMENT_BASE_IDL */