Added enabling of threadsafe ref/unref in FileCache.

This commit is contained in:
Robert Osfield
2010-02-09 19:30:52 +00:00
parent 8d8037ee12
commit edd4b2fc84

View File

@@ -24,6 +24,7 @@ using namespace osgDB;
// FileCache
//
FileCache::FileCache(const std::string& path):
osg::Referenced(true),
_fileCachePath(path)
{
NOTIFY(osg::INFO)<<"Constructed FileCache : "<<path<<std::endl;