summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/CRDD_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Config_Handlers/CRDD_Handler.cpp')
-rw-r--r--TAO/CIAO/tools/Config_Handlers/CRDD_Handler.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/CIAO/tools/Config_Handlers/CRDD_Handler.cpp b/TAO/CIAO/tools/Config_Handlers/CRDD_Handler.cpp
index b9a8b41de94..da4f6584eb0 100644
--- a/TAO/CIAO/tools/Config_Handlers/CRDD_Handler.cpp
+++ b/TAO/CIAO/tools/Config_Handlers/CRDD_Handler.cpp
@@ -4,7 +4,7 @@
#include "Any_Handler.h"
#include "Basic_Deployment_Data.hpp"
#include "ciao/Deployment_DataC.h"
-#include "ciao/CIAO_common.h"
+
namespace CIAO
{
namespace Config_Handlers
@@ -25,7 +25,6 @@ namespace CIAO
Deployment::ConnectionResourceDeploymentDescription& toconfig,
ConnectionResourceDeploymentDescription& desc)
{
- CIAO_TRACE("CRDD_Handler::get_ConnectionResourceDeploymentDescription");
toconfig.targetName = CORBA::string_dup (desc.targetName ().c_str ());
toconfig.requirementName =
CORBA::string_dup (desc.requirementName ().c_str ());
@@ -40,7 +39,6 @@ namespace CIAO
CRDD_Handler::connection_resource_depl_desc (
const ::Deployment::ConnectionResourceDeploymentDescription& src)
{
- CIAO_TRACE("CRDD_Handler::get_ConnectionResourceDeploymentDescription- reverse");
XMLSchema::string< char > tname ((src.targetName));
XMLSchema::string< char > reqname ((src.requirementName));
XMLSchema::string< char > resname ((src.resourceName));