no message

This commit is contained in:
jez_higgins 2003-09-12 23:16:47 +00:00
parent ac90b206a6
commit 3bb32e1a17

View file

@ -245,10 +245,10 @@ class xerces_wrapper : public SAX::basic_ProgressiveParser<string_type>
} // makeStringT
XMLCh* asXMLChString(const string_type& s) const
{
std::string str = base::asStdString(s);
return XERCES_CPP_NAMESPACE::XMLString::transcode(str.c_str());
} // asXMLChString
{
std::string str = base::asStdString(s);
return XERCES_CPP_NAMESPACE::XMLString::transcode(str.c_str());
} // asXMLChString
}; // class xerces_string_adaptor
///////////////////////////////