[jira] Updated: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

2005-05-28 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1420?page=all ] David Bertoni updated XERCESC-1420: --- Attachment: XMLHolder.c XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

[jira] Updated: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

2005-05-28 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1420?page=all ] David Bertoni updated XERCESC-1420: --- Attachment: patch.txt This is a new patch, replacing the class XMLMutexHolder with a class that is more generic. XMLPlatformUtils::makeMutex()

[jira] Updated: (XERCESC-1420) XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance

2005-05-28 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1420?page=all ] David Bertoni updated XERCESC-1420: --- Attachment: XMLHolder.hpp XMLPlatformUtils::makeMutex() creates mutex objects using the C++ runtime heap instead of using a MemoryManager instance