Added osgDB::ReentrantMutex is prep for making osgDB::Registry single threaded.

This commit is contained in:
Robert Osfield
2004-11-15 11:57:41 +00:00
parent 39311cdee3
commit 4094c3f058
3 changed files with 60 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ CXXFILES =\
FileUtils.cpp\
ReadFile.cpp\
ReaderWriter.cpp\
ReentrantMutex.cpp\
Registry.cpp\
Version.cpp\
WriteFile.cpp\