]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOSynchron.h
*** empty log message ***
[creaImageIO.git] / src2 / creaImageIOSynchron.h
index 422c2ebb79c4db2e51118a1be4b3c6a32d682b2f..fde9f2d21afb090d69978ab69cbe375f54667b97 100644 (file)
@@ -102,6 +102,12 @@ namespace creaImageIO
                                                                                const std::string& searchParam,
                                                                                const std::string& searchValue, 
                                                                                const std::string& refdb);
+                         // Get the List of indexed files (removed or not)
+                         void GetList();
+                         // Test to not if a file is indexed on db or not
+                         bool isIndexed(const std::string filename);
+                         // List of all indexed files
+                         std::map <std::string, bool> mList;
                          ///The current AddList
               std::vector<AddList>  mAddList;
                          ///The current RemoveList