Ammend the references to ReentrantMutex and ReadWriteMutex to related to their move to OpenThreads

This commit is contained in:
Robert Osfield 2007-02-27 14:09:25 +00:00
parent eb4ad4229f
commit 69e52e6d61

View File

@ -281,11 +281,13 @@ suppress reflector "osgDB::Output"
# some types are incorrectly detected as value type or object type. Here we
# specify the type kind explicitly
configure reflector "osgDB::ReentrantMutex"
suppress reflector "OpenThreads::Mutex"
configure reflector "OpenThreads::ReentrantMutex"
object-type
end
configure reflector "osgDB::ReadWriteMutex"
configure reflector "OpenThreads::ReadWriteMutex"
object-type
end
@ -297,8 +299,6 @@ configure reflector "osg::GraphicsContext"
object-type
end
suppress reflector "OpenThreads::Mutex"
#############################################################################
# Doxygen doesn't parse ReadFunc and WriteFunc correctly...