X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreaImageIOTreeHandlerImageAdder.h;h=9800a7a01bcca2475aa61da92f915cfa50fa7af1;hb=3213e0d7adb70f52d723a5b7065f4780b6c9e451;hp=479742252c7dca46cfdad882a06b6bafe2c368f2;hpb=bf3660569b1baa8be10fc708f595efc66afe3334;p=creaImageIO.git diff --git a/src/creaImageIOTreeHandlerImageAdder.h b/src/creaImageIOTreeHandlerImageAdder.h index 4797422..9800a7a 100644 --- a/src/creaImageIOTreeHandlerImageAdder.h +++ b/src/creaImageIOTreeHandlerImageAdder.h @@ -119,6 +119,9 @@ namespace creaImageIO void RemoveFile(tree::Node* node); /// Removes files from the databases void RemoveFiles(const std::vector& nodes); + + void remove( tree::Node* i_node); + /// Synchronizes the DB and disk by repeating the operations the user has done and returns a report std::string Synchronize(bool repair, bool checkAttributes); ///Recursively checks if the directory is synchronized and optionally the state of the attributes