]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmick.h
Added functionality of timestamp and maintenance databases when using multiple sources
[creaImageIO.git] / src2 / creaImageIOGimmick.h
index b316b1b5383ba2481ff57b2d593c21600bbf37a9..b97df6f9f64adb6d6b5c27ac3ca4c5059470fcd7 100644 (file)
@@ -96,9 +96,9 @@ namespace creaImageIO
        void RemoveFile(const std::string& d, 
                        tree::Node* filename);
 
-       ///Synchronizes the loaded data with the database. If remove is true the database will be updated, otherwise 
+       ///Synchronizes the loaded data with the database d. If repair is true the database will be updated, otherwise 
        ///only a warning sign will be issued
-       std::string Synchronize(bool repair, bool checkAttributes);
+       std::string Synchronize(const std::string& d, bool repair, bool checkAttributes);
 
     /// Prints the tree handled by the handler
     void Print(const std::string& handler);