Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@www.apache.org Received: (qmail 5458 invoked from network); 8 Dec 2008 20:56:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2008 20:56:13 -0000 Received: (qmail 20183 invoked by uid 500); 8 Dec 2008 20:56:26 -0000 Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 20131 invoked by uid 500); 8 Dec 2008 20:56:26 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: List-Id: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 20122 invoked by uid 99); 8 Dec 2008 20:56:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2008 12:56:26 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2008 20:56:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 98593238889E; Mon, 8 Dec 2008 12:55:50 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r724477 - /xalan/c/trunk/src/xalanc/XercesParserLiaison/XercesDOMSupport.hpp Date: Mon, 08 Dec 2008 20:55:50 -0000 To: xalan-cvs@xml.apache.org From: dbertoni@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081208205550.98593238889E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dbertoni Date: Mon Dec 8 12:55:50 2008 New Revision: 724477 URL: http://svn.apache.org/viewvc?rev=724477&view=rev Log: Fixed comment in header file. Modified: xalan/c/trunk/src/xalanc/XercesParserLiaison/XercesDOMSupport.hpp Modified: xalan/c/trunk/src/xalanc/XercesParserLiaison/XercesDOMSupport.hpp URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XercesParserLiaison/XercesDOMSupport.hpp?rev=724477&r1=724476&r2=724477&view=diff ============================================================================== --- xalan/c/trunk/src/xalanc/XercesParserLiaison/XercesDOMSupport.hpp (original) +++ xalan/c/trunk/src/xalanc/XercesParserLiaison/XercesDOMSupport.hpp Mon Dec 8 12:55:50 2008 @@ -46,13 +46,11 @@ virtual ~XercesDOMSupport(); - // These interfaces are inherited from Resettable... + // These interfaces are inherited from DOMSupport... virtual void reset(); - // These interfaces are inherited from DOMSupport... - virtual const XalanDOMString& getUnparsedEntityURI( const XalanDOMString& theName, --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org