You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2008/05/19 00:08:02 UTC

svn commit: r657650 - /xalan/c/trunk/samples/SimpleTransform/XalanMemoryManagerImpl.hpp

Author: dbertoni
Date: Sun May 18 15:08:02 2008
New Revision: 657650

URL: http://svn.apache.org/viewvc?rev=657650&view=rev
Log:
Changes for compatibility with the updated Xerces-C MemoryManager class.

Modified:
    xalan/c/trunk/samples/SimpleTransform/XalanMemoryManagerImpl.hpp

Modified: xalan/c/trunk/samples/SimpleTransform/XalanMemoryManagerImpl.hpp
URL: http://svn.apache.org/viewvc/xalan/c/trunk/samples/SimpleTransform/XalanMemoryManagerImpl.hpp?rev=657650&r1=657649&r2=657650&view=diff
==============================================================================
--- xalan/c/trunk/samples/SimpleTransform/XalanMemoryManagerImpl.hpp (original)
+++ xalan/c/trunk/samples/SimpleTransform/XalanMemoryManagerImpl.hpp Sun May 18 15:08:02 2008
@@ -156,6 +156,12 @@
 	{
 		operator delete(pDataPointer);
 	}
+
+    MemoryManager*
+    getExceptionMemoryManager()
+    {
+        return this;
+    }
 };
 
 #endif



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org