]> Creatis software - creaImageIO.git/blobdiff - src/creaImageIOTreeHandlerImageAdder.h
correction of bugs
[creaImageIO.git] / src / creaImageIOTreeHandlerImageAdder.h
index 252e78833e295f7345065751b26834a15309af6f..9800a7a01bcca2475aa61da92f915cfa50fa7af1 100644 (file)
@@ -119,6 +119,9 @@ namespace creaImageIO
        void RemoveFile(tree::Node* node);
        /// Removes files from the databases
        void RemoveFiles(const std::vector<tree::Node*>& 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
@@ -155,7 +158,9 @@ namespace creaImageIO
        void GetAttributes(const std::vector<std::string>& params, 
          const std::string& filename, 
          std::vector<std::string>& results);
-  
+
+       /// Test if an attribute is referenced for a given treeHandler
+       const std::string isAttributeExist(const std::string i_attr);