summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/STD_PC_Intf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Config_Handlers/STD_PC_Intf.cpp')
-rw-r--r--TAO/CIAO/tools/Config_Handlers/STD_PC_Intf.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/TAO/CIAO/tools/Config_Handlers/STD_PC_Intf.cpp b/TAO/CIAO/tools/Config_Handlers/STD_PC_Intf.cpp
index f3eb1609c1b..e265295d040 100644
--- a/TAO/CIAO/tools/Config_Handlers/STD_PC_Intf.cpp
+++ b/TAO/CIAO/tools/Config_Handlers/STD_PC_Intf.cpp
@@ -1,17 +1,11 @@
// $Id$
-#if defined (_MSC_VER) && (_MSC_VER < 1300)
-#pragma warning (disable: 4018)
-#pragma warning (disable: 4284)
-#pragma warning (disable: 4146)
-#endif
-
#include "STD_PC_Intf.h"
#include "Utils/XML_Helper.h"
#include "Deployment.hpp"
#include "STD_PCD_Handler.h"
#include "ciao/Packaging_DataC.h"
-
+#include "ciao/CIAO_common.h"
namespace CIAO
{
@@ -26,6 +20,8 @@ namespace CIAO
bool
STD_PC_Intf::prepare_PC (const char *file)
{
+ CIAO_TRACE("STD_PC_Intf::prepare_PC");
+
ACE_Auto_Ptr<XML_Helper> helper (new XML_Helper);
if (!helper->is_initialized ())