Improved handling of archives

This commit is contained in:
Robert Osfield
2012-02-03 11:10:17 +00:00
parent 1ed3833556
commit e5a16de7d4
2 changed files with 24 additions and 1 deletions

View File

@@ -548,6 +548,8 @@ class OSGDB_EXPORT Registry : public osg::Referenced
virtual bool isValid(ReaderWriter::ReadResult& readResult) const = 0;
virtual bool isValid(osg::Object* object) const = 0;
virtual ReadFunctor* cloneType(const std::string& filename, const Options* options) const = 0;
std::string _filename;
const Options* _options;
};