You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2007/07/19 00:32:31 UTC

svn commit: r557419 - /xerces/c/trunk/src/xercesc/dom/DOMXPathException.hpp

Author: cargilld
Date: Wed Jul 18 15:32:29 2007
New Revision: 557419

URL: http://svn.apache.org/viewvc?view=rev&rev=557419
Log:
Fix warning messsage during documentation generation.

Modified:
    xerces/c/trunk/src/xercesc/dom/DOMXPathException.hpp

Modified: xerces/c/trunk/src/xercesc/dom/DOMXPathException.hpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/dom/DOMXPathException.hpp?view=diff&rev=557419&r1=557418&r2=557419
==============================================================================
--- xerces/c/trunk/src/xercesc/dom/DOMXPathException.hpp (original)
+++ xerces/c/trunk/src/xercesc/dom/DOMXPathException.hpp Wed Jul 18 15:32:29 2007
@@ -46,8 +46,9 @@
     /**
       * Constructor which takes an error code and a message.
       *
-      * @param code The error code which indicates the exception
-      * @param message The string containing the error message
+      * @param code The error code which indicates the exception      
+      * @param messageCode    The string containing the error message
+      * @param memoryManager  The memory manager used to (de)allocate memory      
       */
     DOMXPathException( short                 code
                      , short                 messageCode = 0



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org