summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/PCD_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Config_Handlers/PCD_Handler.cpp')
-rw-r--r--TAO/CIAO/tools/Config_Handlers/PCD_Handler.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/CIAO/tools/Config_Handlers/PCD_Handler.cpp b/TAO/CIAO/tools/Config_Handlers/PCD_Handler.cpp
index 007355c0139..d8c54d106a2 100644
--- a/TAO/CIAO/tools/Config_Handlers/PCD_Handler.cpp
+++ b/TAO/CIAO/tools/Config_Handlers/PCD_Handler.cpp
@@ -74,15 +74,14 @@ namespace CIAO
res != desc.end_deployedResource();
res++)
{
- crddhandler.get_ConnectionResourceDeploymentDescription (
- toconfig.deployedResource[pos++],
+ crddhandler.get_ConnectionResourceDeploymentDescription (toconfig.deployedResource[pos++],
*res);
}
}
- PlanConnectionDescription PCD_Handler::get_PlanConnectionDescription (
- const Deployment::PlanConnectionDescription &src)
+ PlanConnectionDescription
+ PCD_Handler::get_PlanConnectionDescription (const Deployment::PlanConnectionDescription &src)
{
CIAO_TRACE("PCD_Handler::get_PlanConnectionDescription");