]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/directorycollection.h
Give DirectoryCollection the ability to add files as future objects
[libs/datafile.git] / source / directorycollection.h
index e9a946332c767d0831afced78f4f981c593037cc..cbaffd65532d048735edabaef6610533ced96c01 100644 (file)
@@ -25,6 +25,10 @@ protected:
        void set_directory(const FS::Path &);
        void add_directory(const FS::Path &);
 
+       /** Examines the names of files in the designated directories and adds any
+       applicable ones as future objects. */
+       void load_names();
+
        template<typename T>
        CollectionItemType<T> &add_type()
        {