Fix compile error after rebase

This commit is contained in:
jrheinlaender
2013-04-29 20:30:48 +04:30
committed by Stefan Tröger
parent 1c1531278c
commit b7fe543ca9
2 changed files with 9 additions and 466 deletions

View File

@@ -393,15 +393,15 @@ bool Base::XMLReader::doNameMapping() const
// ---------------------------------------------------------------------------
// Base::XMLReader: Implementation of the SAX DocumentHandler interface
// ---------------------------------------------------------------------------
void Base::XMLReader::startDocument()
{
ReadType = StartDocument;
}
void Base::XMLReader::endDocument()
{
ReadType = EndDocument;
}
void Base::XMLReader::startDocument()
{
ReadType = StartDocument;
}
void Base::XMLReader::endDocument()
{
ReadType = EndDocument;
}
void Base::XMLReader::startElement(const XMLCh* const /*uri*/, const XMLCh* const localname, const XMLCh* const /*qname*/, const XERCES_CPP_NAMESPACE_QUALIFIER Attributes& attrs)
{