X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOTimestampDatabaseHandler.h;h=056614116d77f895ef1e95ac06bd1459193e1e3d;hb=6685b940296e57d4e3803765b986a6fe18d9be41;hp=4727fe3fde9bc0a080428b0e665825b184d835f0;hpb=8b74b6a37dfc8b8a3ebb4f9f8e4b46429da0e4c7;p=creaImageIO.git diff --git a/src2/creaImageIOTimestampDatabaseHandler.h b/src2/creaImageIOTimestampDatabaseHandler.h index 4727fe3..0566141 100644 --- a/src2/creaImageIOTimestampDatabaseHandler.h +++ b/src2/creaImageIOTimestampDatabaseHandler.h @@ -70,6 +70,11 @@ namespace creaImageIO ///Checks the timestamp in the database and compares it with the given one. //If there is a difference, it will return false, otherwise it will return true. bool CheckTimestamp(const std::string pathId, const time_t lastModif, const std::string& refdb); + ///Removes the entries that match the given parameters + void RemoveEntries(const std::string i_table, + const std::string i_attribute, + const std::string i_operand, + const std::string i_val); //====================================================================