]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTimestampDatabaseHandler.h
move directory
[creaImageIO.git] / src2 / creaImageIOTimestampDatabaseHandler.h
index 4727fe3fde9bc0a080428b0e665825b184d835f0..056614116d77f895ef1e95ac06bd1459193e1e3d 100644 (file)
@@ -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);
 
        //====================================================================