peiyongz 2004/09/29 14:23:35 Modified: c/src/xercesc/internal XMLScanner.hpp Log: default implementation provided Revision Changes Path 1.42 +4 -1 xml-xerces/c/src/xercesc/internal/XMLScanner.hpp Index: XMLScanner.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/XMLScanner.hpp,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- XMLScanner.hpp 29 Sep 2004 19:00:02 -0000 1.41 +++ XMLScanner.hpp 29 Sep 2004 21:23:34 -0000 1.42 @@ -16,6 +16,9 @@ /* * $Log$ + * Revision 1.42 2004/09/29 21:23:34 peiyongz + * default implementation provided + * * Revision 1.41 2004/09/29 19:00:02 peiyongz * [jira1207] --patch from Dan Rosen * @@ -722,7 +725,7 @@ virtual void sendCharData(XMLBuffer& toSend) = 0; //return owned by the caller - virtual InputSource* resolveSystemId(const XMLCh* const sysId) = 0; + virtual InputSource* resolveSystemId(const XMLCh* const sysId) {return 0;}; // ----------------------------------------------------------------------- // Protected scanning methods
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]