From 69e52e6d614687fc4c954ea26228acaff514a8c6 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 27 Feb 2007 14:09:25 +0000 Subject: [PATCH] Ammend the references to ReentrantMutex and ReadWriteMutex to related to their move to OpenThreads --- genwrapper.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/genwrapper.conf b/genwrapper.conf index 6340b59dd..393bb5c7d 100644 --- a/genwrapper.conf +++ b/genwrapper.conf @@ -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...