Removed the public open methods

This commit is contained in:
Robert Osfield 2004-11-18 22:13:13 +00:00
parent a85640ea19
commit eff3482ec6

View File

@ -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;