summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-08-22 20:04:51 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-08-22 20:04:51 +0000
commiteaf5c4b5484b011bc38b7e34ee3ab817be6de272 (patch)
tree48766334aa73c19c39012d605f39c157261d12e4
parent757d06212adb376b7d64b553e7a48e1ce63b2202 (diff)
downloadATCD-non_recursive_deployment_idl.tar.gz
non recursive delopment datanon_recursive_deployment_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;