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 2005/10/14 14:47:24 UTC

svn commit: r321093 - /xerces/c/branches/xerces-2.7/src/xercesc/framework/ValidationContext.hpp

Author: cargilld
Date: Fri Oct 14 05:47:21 2005
New Revision: 321093

URL: http://svn.apache.org/viewcvs?rev=321093&view=rev
Log:
Apply fix from trunk to 2.7 branch.

Modified:
    xerces/c/branches/xerces-2.7/src/xercesc/framework/ValidationContext.hpp

Modified: xerces/c/branches/xerces-2.7/src/xercesc/framework/ValidationContext.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/framework/ValidationContext.hpp?rev=321093&r1=321092&r2=321093&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/framework/ValidationContext.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/framework/ValidationContext.hpp Fri Oct 14 05:47:21 2005
@@ -91,8 +91,8 @@
       * QName datatype handling
       * Create default implementations for source code compatibility
       */
-    virtual bool isPrefixUnknown(XMLCh* prefix) { return true; };
-    virtual void setElemStack(ElemStack* elemStack) {};
+    virtual bool isPrefixUnknown(XMLCh* /* prefix */) { return true; };
+    virtual void setElemStack(ElemStack* /* elemStack */) {};
     //@}
 
    



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