neilg 2003/08/26 14:05:32 Modified: c/src/xercesc/util XMLURL.hpp Log: fix compilation errors on HPUX and Solaris Revision Changes Path 1.11 +2 -2 xml-xerces/c/src/xercesc/util/XMLURL.hpp Index: XMLURL.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLURL.hpp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- XMLURL.hpp 14 Aug 2003 02:57:27 -0000 1.10 +++ XMLURL.hpp 26 Aug 2003 21:05:32 -0000 1.11 @@ -95,7 +95,7 @@ // Public static methods // ----------------------------------------------------------------------- static Protocols lookupByName(const XMLCh* const protoName); - static bool parse(const XMLCh* urlText, XMLURL& xmlURL); + static bool parse(const XMLCh* const urlText, XMLURL& xmlURL); // ----------------------------------------------------------------------- // Constructors and Destructor
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]