]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOTreeHandlerImageAdder.h
Added field edition capability.
[creaImageIO.git] / src2 / creaImageIOTreeHandlerImageAdder.h
index 53cff0b7b325d8ec8ac4fe1dc688014e7b4bc651..2fe9efd993e00563c461bca9ad2a56e981b2e70e 100644 (file)
@@ -140,6 +140,9 @@ namespace creaImageIO
        void DeleteDriveFromMainDB(const std::string& drive);
        ///Deletes the drive with the given name (use for maintenance and timestamp databases)
        void DeleteDriveFromOtherDB(const std::string& drive);
+       ///Edits the given field and sets the new parameters
+       void EditField(tree::Node* node, const std::string& name, const std::string& key, const std::string& val);
+  
   
  
     //====================================================================