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/06/21 21:08:19 UTC

svn commit: r191712 - in /xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity: FieldValueMap.hpp XPathMatcherStack.hpp

Author: cargilld
Date: Tue Jun 21 12:08:15 2005
New Revision: 191712

URL: http://svn.apache.org/viewcvs?rev=191712&view=rev
Log:
Add back changes Bertoni made that were overwritten.

Modified:
    xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/FieldValueMap.hpp
    xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathMatcherStack.hpp

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/FieldValueMap.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/FieldValueMap.hpp?rev=191712&r1=191711&r2=191712&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/FieldValueMap.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/FieldValueMap.hpp Tue Jun 21 12:08:15 2005
@@ -75,6 +75,11 @@
 
 private:
     // -----------------------------------------------------------------------
+    //  Private helper methods
+    // -----------------------------------------------------------------------
+    void cleanUp();
+
+    // -----------------------------------------------------------------------
     //  Unimplemented operators
     // -----------------------------------------------------------------------
     FieldValueMap& operator= (const FieldValueMap& other);

Modified: xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathMatcherStack.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathMatcherStack.hpp?rev=191712&r1=191711&r2=191712&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathMatcherStack.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/validators/schema/identity/XPathMatcherStack.hpp Tue Jun 21 12:08:15 2005
@@ -63,6 +63,11 @@
 
 private:
     // -----------------------------------------------------------------------
+    //  Private helper methods
+    // -----------------------------------------------------------------------
+    void cleanUp();
+
+    // -----------------------------------------------------------------------
     //  Unimplemented contstructors and operators
     // -----------------------------------------------------------------------
     XPathMatcherStack(const XPathMatcherStack& other);



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