PD: Xerces-C++ - Prepare for the latest version (backward compatible)
This commit is contained in:
committed by
Chris Hennes
parent
ff796e08d4
commit
3795904a00
@@ -60,8 +60,12 @@
|
||||
|
||||
FC_LOG_LEVEL_INIT("Parameter", true, true)
|
||||
|
||||
|
||||
#ifndef XERCES_CPP_NAMESPACE_BEGIN
|
||||
#define XERCES_CPP_NAMESPACE_QUALIFIER
|
||||
using namespace XERCES_CPP_NAMESPACE;
|
||||
#else
|
||||
XERCES_CPP_NAMESPACE_USE
|
||||
#endif
|
||||
using namespace Base;
|
||||
|
||||
|
||||
@@ -77,7 +81,6 @@ using namespace Base;
|
||||
// - XStr
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
|
||||
class DOMTreeErrorReporter: public ErrorHandler
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user