summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Config_Handlers/XSCRT/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/Config_Handlers/XSCRT/Parser.hpp')
-rw-r--r--TAO/CIAO/DAnCE/Config_Handlers/XSCRT/Parser.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/CIAO/DAnCE/Config_Handlers/XSCRT/Parser.hpp b/TAO/CIAO/DAnCE/Config_Handlers/XSCRT/Parser.hpp
index 66d73e1f348..dd6363a4dfd 100644
--- a/TAO/CIAO/DAnCE/Config_Handlers/XSCRT/Parser.hpp
+++ b/TAO/CIAO/DAnCE/Config_Handlers/XSCRT/Parser.hpp
@@ -247,7 +247,7 @@ namespace XSCRT
XMLCh const* xns = e.dom_element ()->lookupNamespaceURI (p);
std::basic_string<C> ns (
xns ? transcode<C> (xns, 0) : std::basic_string<C> ());
-
+
delete[] p;
return ns;
@@ -315,7 +315,7 @@ namespace XSCRT
};
}
-#include <XSCRT/Parser.ipp>
-#include <XSCRT/Parser.tpp>
+#include "XSCRT/Parser.ipp"
+#include "XSCRT/Parser.tpp"
#endif // XSCRT_PARSER_HPP