]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOSynchron.h
wx2std
[creaImageIO.git] / src2 / creaImageIOSynchron.h
index 9b7333c4a8f3be57739bac2b7c0bb42bc1ccb8a9..11ecd1bbf15ec9dd2b3edeba2c79f8437c945bc3 100644 (file)
@@ -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<AddList>& files , const std::string& refdb);
                          void GetIgnoredFiles(const std::string& key, std::vector<std::string> &ignoreList);
                          std::string GetAttribute(const std::string& attribute, 
@@ -95,4 +99,5 @@ namespace creaImageIO
        
 } 
 // EOF
-#endif
\ No newline at end of file
+#endif
+