You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2005/06/13 22:09:27 UTC

svn commit: r190502 - /xerces/c/trunk/src/xercesc/util/Platforms/OS390/OS390PlatformUtils.cpp

Author: cargilld
Date: Mon Jun 13 13:09:27 2005
New Revision: 190502

URL: http://svn.apache.org/viewcvs?rev=190502&view=rev
Log:
Fix compilation error on 390.

Modified:
    xerces/c/trunk/src/xercesc/util/Platforms/OS390/OS390PlatformUtils.cpp

Modified: xerces/c/trunk/src/xercesc/util/Platforms/OS390/OS390PlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/Platforms/OS390/OS390PlatformUtils.cpp?rev=190502&r1=190501&r2=190502&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Platforms/OS390/OS390PlatformUtils.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Platforms/OS390/OS390PlatformUtils.cpp Mon Jun 13 13:09:27 2005
@@ -958,7 +958,7 @@
 //  locking mechanism is developed
 // -----------------------------------------------------------------------
 #ifndef APP_NO_THREADS
-typedef XMLHolder<pthread_mutex_t  PThreadMutexHolderType;
+typedef XMLHolder<pthread_mutex_t> PThreadMutexHolderType;
 typedef XMLHolder<int>             IntMutexHolderType;
 
 void XMLPlatformUtils::closeMutex(void* const mtxHandle)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org