]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/collection.h
Add an API to open files from a collection's sources
[libs/datafile.git] / source / collection.h
index ee7eb469cf53d5ee1ab8d9cd06a0b88688511b06..0d2dc6be2fd7a6c4043ff4db18bfdc32a04bb270 100644 (file)
@@ -264,6 +264,8 @@ private:
 protected:
        void add_source(CollectionSource &);
 
+       IO::Seekable *open_from_sources(const std::string &);
+
 private:
        void gather_names_from_sources(std::list<std::string> &, const CollectionItemTypeBase &) const;