Add suppression of the ScopedLock<Mutex> template

This commit is contained in:
Robert Osfield
2009-02-09 22:09:41 +00:00
parent ea3b08526d
commit 77326d2c17
2 changed files with 6 additions and 9 deletions

View File

@@ -294,6 +294,12 @@ end
#############################################################################
# Suppress scoped lock template
suppress reflector "OpenThreads::ScopedLock< OpenThreads::Mutex >"
#############################################################################
# Suppress nested nested class method
configure reflector "osgShadow::OccluderGeometry"

View File

@@ -310,12 +310,3 @@ BEGIN_OBJECT_REFLECTOR(osgParticle::ParticleSystem)
0);
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(OpenThreads::ScopedLock< OpenThreads::Mutex >)
I_DeclaringFile("OpenThreads/ScopedLock");
I_Constructor1(IN, OpenThreads::Mutex &, m,
Properties::EXPLICIT,
____ScopedLock__M_R1,
"",
"");
END_REFLECTOR