X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fdirectorycollection.h;h=cbaffd65532d048735edabaef6610533ced96c01;hp=e9a946332c767d0831afced78f4f981c593037cc;hb=495920e971324d29bd4933b8a319fb5668ca5562;hpb=4f036ceabe12869c86cb6821f698fbb65cd47ea6 diff --git a/source/directorycollection.h b/source/directorycollection.h index e9a9463..cbaffd6 100644 --- a/source/directorycollection.h +++ b/source/directorycollection.h @@ -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 CollectionItemType &add_type() {