sources for 1.3

This commit is contained in:
Guenter Obiltschnig
2006-11-17 16:28:01 +00:00
parent 768642ae98
commit 7e08e331a8
193 changed files with 194 additions and 194 deletions

View File

@@ -1,7 +1,7 @@
//
// SAXParser.h
//
// $Id: //poco/1.2/XML/include/Poco/SAX/SAXParser.h#1 $
// $Id: //poco/1.3/XML/include/Poco/SAX/SAXParser.h#1 $
//
// Library: XML
// Package: SAX
@@ -80,7 +80,7 @@ public:
/// the XML document.
void addEncoding(const XMLString& name, Poco::TextEncoding* pEncoding);
/// Adds an encoding to the parser.
/// Adds an encoding to the parser. Does not take ownership of the pointer!
/// XMLReader
void setEntityResolver(EntityResolver* pResolver);