Changed the ReadWriteMutex to use standard OpenThreads::Mutex to fix

crashes in osgcatch.
This commit is contained in:
Robert Osfield
2007-01-04 21:14:29 +00:00
parent 9a31b7652e
commit 733c6e9e62

View File

@@ -69,7 +69,7 @@ class OSGDB_EXPORT ReadWriteMutex
ReadWriteMutex(const ReadWriteMutex&) {}
ReadWriteMutex& operator = (const ReadWriteMutex&) { return *(this); }
#if 1
#if 0
ReentrantMutex _readWriteMutex;
ReentrantMutex _readCountMutex;
#else