You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by db...@apache.org on 2005/12/15 06:45:29 UTC

svn commit: r356978 - /xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/IRIX/IRIXPlatformUtils.cpp

Author: dbertoni
Date: Wed Dec 14 21:45:26 2005
New Revision: 356978

URL: http://svn.apache.org/viewcvs?rev=356978&view=rev
Log:
Added missing parameter.  Fix for XERCESC-1538.

Modified:
    xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/IRIX/IRIXPlatformUtils.cpp

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/IRIX/IRIXPlatformUtils.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/IRIX/IRIXPlatformUtils.cpp?rev=356978&r1=356977&r2=356978&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/IRIX/IRIXPlatformUtils.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/Platforms/IRIX/IRIXPlatformUtils.cpp Wed Dec 14 21:45:26 2005
@@ -628,7 +628,7 @@
 {
 }
 
-void* XMLPlatformUtils::makeMutex()
+void* XMLPlatformUtils::makeMutex(MemoryManager*)
 {
         return 0;
 }



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