summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/XML_File_Intf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Config_Handlers/XML_File_Intf.cpp')
-rw-r--r--TAO/CIAO/tools/Config_Handlers/XML_File_Intf.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/CIAO/tools/Config_Handlers/XML_File_Intf.cpp b/TAO/CIAO/tools/Config_Handlers/XML_File_Intf.cpp
index 065890af816..8c4caa05475 100644
--- a/TAO/CIAO/tools/Config_Handlers/XML_File_Intf.cpp
+++ b/TAO/CIAO/tools/Config_Handlers/XML_File_Intf.cpp
@@ -11,7 +11,7 @@
#include "Deployment.hpp"
#include "DP_Handler.h"
#include "ciao/Deployment_DataC.h"
-#include "ciao/CIAO_common.h"
+
namespace CIAO
@@ -27,8 +27,6 @@ namespace CIAO
bool
XML_File_Intf::read_process_file (const char *file)
{
- CIAO_TRACE("XML_File_Intf::read_process_file");
-
XML_Helper helper;
if (!helper.is_initialized ())
@@ -57,15 +55,12 @@ namespace CIAO
::Deployment::DeploymentPlan const *
XML_File_Intf::get_plan (void) const
{
- CIAO_TRACE("get_plan");
return this->idl_dp_.get ();
}
::Deployment::DeploymentPlan *
XML_File_Intf::get_plan (void)
{
- CIAO_TRACE("XML_File_Intf::get_plan");
-
return this->idl_dp_.release ();
}
}