summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/ciao/Deployment_Data.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/ciao/Deployment_Data.idl')
-rw-r--r--TAO/CIAO/DAnCE/ciao/Deployment_Data.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/CIAO/DAnCE/ciao/Deployment_Data.idl b/TAO/CIAO/DAnCE/ciao/Deployment_Data.idl
index e56e2a1bf4e..b0ed5109e20 100644
--- a/TAO/CIAO/DAnCE/ciao/Deployment_Data.idl
+++ b/TAO/CIAO/DAnCE/ciao/Deployment_Data.idl
@@ -205,7 +205,7 @@ module Deployment {
struct SubcomponentInstantiationDescription {
string name;
- ComponentPackageDescriptions package;
+ // ComponentPackageDescriptions package;
Properties configProperty;
Requirements selectRequirement;
ComponentPackageReferences reference;
@@ -263,13 +263,13 @@ module Deployment {
::CORBA::StringSeq location;
Properties execParameter;
Requirements deployRequirement;
- NamedImplementationArtifacts dependsOn;
+ // NamedImplementationArtifacts dependsOn;
Properties infoProperty;
};
struct NamedImplementationArtifact {
string name;
- ImplementationArtifactDescription referencedArtifact;
+ // ImplementationArtifactDescription referencedArtifact;
};
typedef sequence < ResourceUsageKind > ResourceUsageKinds;