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/06/26 00:01:07 UTC

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

Author: dbertoni
Date: Wed Jun 25 15:01:07 2008
New Revision: 671672

URL: http://svn.apache.org/viewvc?rev=671672&view=rev
Log:
More cleanup.

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=671672&r1=671671&r2=671672&view=diff
==============================================================================
--- xalan/c/trunk/samples/SimpleTransform/XalanMemoryManagerImpl.hpp (original)
+++ xalan/c/trunk/samples/SimpleTransform/XalanMemoryManagerImpl.hpp Wed Jun 25 15:01:07 2008
@@ -35,7 +35,7 @@
 #include <stdlib.h>
 
 
-class XalanMemoryManagerImpl : public XALAN_CPP_NAMESPACE_QUALIFIER MemoryManagerType
+class XalanMemoryManagerImpl : public XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager
 {
 public:
 
@@ -128,7 +128,7 @@
 
 #else
 
-class XalanMemoryManagerImpl : public XALAN_CPP_NAMESPACE_QUALIFIER MemoryManagerType
+class XalanMemoryManagerImpl : public XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager
 {
 public:
 
@@ -157,7 +157,7 @@
 		operator delete(pDataPointer);
 	}
 
-    MemoryManager*
+    virtual MemoryManager*
     getExceptionMemoryManager()
     {
         return this;



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