From eaf5c4b5484b011bc38b7e34ee3ab817be6de272 Mon Sep 17 00:00:00 2001 From: "William R. Otte" Date: Mon, 22 Aug 2005 20:04:51 +0000 Subject: non recursive delopment data --- TAO/CIAO/DAnCE/ciao/Deployment_Data.idl | 6 +++--- 1 file 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; -- cgit v1.2.1