From James Killian, "refactored the management of the object cache enabling/disabling"

This commit is contained in:
Robert Osfield
2009-04-08 14:06:29 +00:00
parent b233174133
commit 306ebea772
2 changed files with 16 additions and 28 deletions

View File

@@ -562,7 +562,7 @@ class OSGDB_EXPORT Registry : public osg::Referenced
friend struct ReadShaderFunctor;
ReaderWriter::ReadResult read(const ReadFunctor& readFunctor);
ReaderWriter::ReadResult readImplementation(const ReadFunctor& readFunctor,bool useObjectCache);
ReaderWriter::ReadResult readImplementation(const ReadFunctor& readFunctor,ReaderWriter::Options::CacheHintOptions cacheHint);
// forward declare helper class