Removed the cache hints from registery placing them wholly into ReaderWriter's responsibility.

This commit is contained in:
Robert Osfield
2004-11-22 14:49:27 +00:00
parent a6369da4f4
commit e54f46f630
3 changed files with 1 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ class OSGDB_EXPORT ReaderWriter : public osg::Object
};
Options():_useObjectCacheHint(CACHE_NONE) {}
Options():_useObjectCacheHint(CACHE_ARCHIVES) {}
Options(const std::string& str):_str(str) {}
Options(const Options& options,const osg::CopyOp copyop=osg::CopyOp::SHALLOW_COPY):