add last backwards-compatible version

This commit is contained in:
2021-12-14 00:33:46 -07:00
parent 68b10d413b
commit b0dd3f07f3
335 changed files with 4746 additions and 19627 deletions

View File

@@ -5,8 +5,6 @@ namespace file_list_helper
//list guaranteed to be sorted by metadb::path_compare
class file_list_from_metadb_handle_list : public pfc::list_base_const_t<const char*> {
public:
file_list_from_metadb_handle_list() {}
file_list_from_metadb_handle_list( metadb_handle_list_cref lst, bool bDisplayPaths = false );
static t_size g_get_count(const list_base_const_t<metadb_handle_ptr> & p_list, t_size max = ~0);