X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOSynchron.h;h=fde9f2d21afb090d69978ab69cbe375f54667b97;hb=e4a54c9026a2a0c17e3be0b5915c34688a9385ad;hp=422c2ebb79c4db2e51118a1be4b3c6a32d682b2f;hpb=60067c5195c2aff6e7de8faef1cecf25f32802e4;p=creaImageIO.git diff --git a/src2/creaImageIOSynchron.h b/src2/creaImageIOSynchron.h index 422c2eb..fde9f2d 100644 --- a/src2/creaImageIOSynchron.h +++ b/src2/creaImageIOSynchron.h @@ -102,6 +102,12 @@ namespace creaImageIO const std::string& searchParam, const std::string& searchValue, const std::string& refdb); + // Get the List of indexed files (removed or not) + void GetList(); + // Test to not if a file is indexed on db or not + bool isIndexed(const std::string filename); + // List of all indexed files + std::map mList; ///The current AddList std::vector mAddList; ///The current RemoveList