Author: cargilld
Date: Fri Aug 12 14:14:14 2005
New Revision: 232394

URL: http://svn.apache.org/viewcvs?rev=232394&view=rev
Log:
Fix compiler errors on the 400.

Modified:
    xerces/c/trunk/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.cpp

Modified: xerces/c/trunk/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.cpp
URL: 
http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.cpp?rev=232394&r1=232393&r2=232394&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.cpp 
(original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/OS400/OS400PlatformUtils.cpp Fri 
Aug 12 14:14:14 2005
@@ -29,6 +29,7 @@
 #include    <xercesc/util/RuntimeException.hpp>
 #include    <xercesc/util/Janitor.hpp>
 #include    <xercesc/util/XMLString.hpp>
+#include    <xercesc/util/XMLHolder.hpp>
 #include    <xercesc/util/PanicHandler.hpp>
 #include    <stdio.h>
 #include    <stdlib.h>
@@ -728,7 +729,7 @@
 
     ~RecursiveMutex() {
                        if (pthread_mutex_destroy(&mutex))
-                           ThrowXMLwithMemMgr(XMLPlatformUtilsException, 
XMLExcepts::Mutex_CouldNotDestroy, manager);
+                           ThrowXMLwithMemMgr(XMLPlatformUtilsException, 
XMLExcepts::Mutex_CouldNotDestroy, fManager);
                       }
 
      void lock()      {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to