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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]