Removed the public open methods
This commit is contained in:
parent
a85640ea19
commit
eff3482ec6
@ -36,12 +36,6 @@ class OSGDB_EXPORT Archive : public ReaderWriter
|
||||
|
||||
virtual bool acceptsExtension(const std::string& /*extension*/) { return true; }
|
||||
|
||||
/** open the archive for reading, writing or to create an empty archive for writing to.*/
|
||||
virtual bool open(const std::string& filename, ArchiveStatus status, unsigned int indexBlockSizeHint=4096) = 0;
|
||||
|
||||
/** open the archive for reading.*/
|
||||
virtual bool open(std::istream& fin) = 0;
|
||||
|
||||
/** close the archive.*/
|
||||
virtual void close() = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user