svn commit: r990605 - in /xalan/c/trunk/src/xalanc: PlatformSupport/ExecutionContext.hpp PlatformSupport/XSLException.hpp XPath/XObjectFactory.hpp XPath/XPathConstructionContext.hpp XPath/XPathEnvSupportDefault.hpp
[email protected] Sun, 29 Aug 2010 17:31:44 -0000
| Newsgroups | gmane.text.xml.xalan.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dbertoni
Date: Sun Aug 29 17:31:43 2010
New Revision: 990605
URL: http://svn.apache.org/viewvc?rev=990605&view=rev
Log:
Fix for XALANC-703.
Modified:
xalan/c/trunk/src/xalanc/PlatformSupport/ExecutionContext.hpp
xalan/c/trunk/src/xalanc/PlatformSupport/XSLException.hpp
xalan/c/trunk/src/xalanc/XPath/XObjectFactory.hpp
xalan/c/trunk/src/xalanc/XPath/XPathConstructionContext.hpp
xalan/c/trunk/src/xalanc/XPath/XPathEnvSupportDefault.hpp
Modified: xalan/c/trunk/src/xalanc/PlatformSupport/ExecutionContext.hpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/PlatformSupport/ExecutionContext.hpp?rev=990605&r1=990604&r2=990605&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/PlatformSupport/ExecutionContext.hpp (original)
+++ xalan/c/trunk/src/xalanc/PlatformSupport/ExecutionContext.hpp Sun Aug 29 17:31:43 2010
@@ -110,7 +110,7 @@ public:
protected:
- mutable MemoryManager& m_memoryManager;
+ MemoryManager& m_memoryManager;
bool m_hasPreserveOrStripConditions;
};
Modified: xalan/c/trunk/src/xalanc/PlatformSupport/XSLException.hpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/PlatformSupport/XSLException.hpp?rev=990605&r1=990604&r2=990605&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/PlatformSupport/XSLException.hpp (original)
+++ xalan/c/trunk/src/xalanc/PlatformSupport/XSLException.hpp Sun Aug 29 17:31:43 2010
@@ -196,7 +196,7 @@ public:
protected:
- mutable MemoryManager& m_memoryManager;
+ MemoryManager& m_memoryManager;
private:
Modified: xalan/c/trunk/src/xalanc/XPath/XObjectFactory.hpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XPath/XObjectFactory.hpp?rev=990605&r1=990604&r2=990605&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/XPath/XObjectFactory.hpp (original)
+++ xalan/c/trunk/src/xalanc/XPath/XObjectFactory.hpp Sun Aug 29 17:31:43 2010
@@ -333,7 +333,7 @@ private:
bool
operator==(const XObjectFactory&) const;
- mutable MemoryManager& m_memoryManager;
+ MemoryManager& m_memoryManager;
};
Modified: xalan/c/trunk/src/xalanc/XPath/XPathConstructionContext.hpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XPath/XPathConstructionContext.hpp?rev=990605&r1=990604&r2=990605&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/XPath/XPathConstructionContext.hpp (original)
+++ xalan/c/trunk/src/xalanc/XPath/XPathConstructionContext.hpp Sun Aug 29 17:31:43 2010
@@ -200,7 +200,7 @@ public:
private:
- mutable MemoryManager& m_memoryManager;
+ MemoryManager& m_memoryManager;
};
Modified: xalan/c/trunk/src/xalanc/XPath/XPathEnvSupportDefault.hpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/src/xalanc/XPath/XPathEnvSupportDefault.hpp?rev=990605&r1=990604&r2=990605&view=diff
==============================================================================
--- xalan/c/trunk/src/xalanc/XPath/XPathEnvSupportDefault.hpp (original)
+++ xalan/c/trunk/src/xalanc/XPath/XPathEnvSupportDefault.hpp Sun Aug 29 17:31:43 2010
@@ -277,7 +277,7 @@ private:
NamespaceFunctionTablesType m_externalFunctions;
- mutable MemoryManager& m_memoryManager;
+ MemoryManager& m_memoryManager;
PrintWriter* m_pw;