comparison 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
comparison
equal deleted inserted replaced
1752:c3d8ec63a179 1753:faf2ecab3472
261 bool LookupResourceType(ResourceType& type, 261 bool LookupResourceType(ResourceType& type,
262 const std::string& publicId); 262 const std::string& publicId);
263 263
264 unsigned int GetDatabaseVersion(); 264 unsigned int GetDatabaseVersion();
265 265
266 bool Apply(std::list<std::string>& result, 266 void FindCandidates(std::vector<std::string>& resources,
267 ::Orthanc::LookupResource& lookup, 267 std::vector<std::string>& instances,
268 IStorageArea& area); 268 ::Orthanc::LookupResource& lookup);
269 }; 269 };
270 } 270 }