diff OrthancServer/ServerIndex.h @ 1753:faf2ecab3472 db-changes

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Oct 2015 20:31:34 +0100
parents fb569ee09a69
children 98abb8d7f905
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.h	Tue Oct 27 17:45:05 2015 +0100
+++ b/OrthancServer/ServerIndex.h	Tue Oct 27 20:31:34 2015 +0100
@@ -263,8 +263,8 @@
 
     unsigned int GetDatabaseVersion();
 
-    bool Apply(std::list<std::string>& result,
-               ::Orthanc::LookupResource& lookup,
-               IStorageArea& area);
+    void FindCandidates(std::vector<std::string>& resources,
+                        std::vector<std::string>& instances,
+                        ::Orthanc::LookupResource& lookup);
   };
 }