X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOSynchron.h;h=11ecd1bbf15ec9dd2b3edeba2c79f8437c945bc3;hb=46fb4b43011a4043c7b5ef2e7bd57e1695cd6b7f;hp=9b7333c4a8f3be57739bac2b7c0bb42bc1ccb8a9;hpb=8b74b6a37dfc8b8a3ebb4f9f8e4b46429da0e4c7;p=creaImageIO.git diff --git a/src2/creaImageIOSynchron.h b/src2/creaImageIOSynchron.h index 9b7333c..11ecd1b 100644 --- a/src2/creaImageIOSynchron.h +++ b/src2/creaImageIOSynchron.h @@ -62,6 +62,10 @@ namespace creaImageIO const std::string& time, const std::string& refdb); void RemoveEntry(const std::string i_table, const std::string i_key); + void RemoveEntries(const std::string i_table, + const std::string i_attribute, + const std::string i_operand, + const std::string i_key); void GetFileList(std::vector& files , const std::string& refdb); void GetIgnoredFiles(const std::string& key, std::vector &ignoreList); std::string GetAttribute(const std::string& attribute, @@ -95,4 +99,5 @@ namespace creaImageIO } // EOF -#endif \ No newline at end of file +#endif +