summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/Property_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Config_Handlers/Property_Handler.cpp')
-rw-r--r--TAO/CIAO/tools/Config_Handlers/Property_Handler.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/CIAO/tools/Config_Handlers/Property_Handler.cpp b/TAO/CIAO/tools/Config_Handlers/Property_Handler.cpp
index 9a66a4a0c00..c2525f5ceeb 100644
--- a/TAO/CIAO/tools/Config_Handlers/Property_Handler.cpp
+++ b/TAO/CIAO/tools/Config_Handlers/Property_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
@@ -23,8 +23,6 @@ namespace CIAO
const Property& desc,
Deployment::Property& toconfig)
{
- CIAO_TRACE("Property_Handler::get_property");
-
toconfig.name =
CORBA::string_dup (desc.name ().c_str ());
@@ -37,8 +35,6 @@ namespace CIAO
Property_Handler::get_property (
const Deployment::Property& src)
{
- CIAO_TRACE("Property_Handler::get_property - reverse");
-
::XMLSchema::string< char > name ((src.name));
Any value (Any_Handler::get_any (src.value));