comparison OrthancServer/ServerIndex.h @ 1751:fb569ee09a69 db-changes

LookupResource complete
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Oct 2015 16:05:42 +0100
parents 55d52567bebb
children faf2ecab3472
comparison
equal deleted inserted replaced
1750:55d52567bebb 1751:fb569ee09a69
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 void Apply(std::list<std::string>& result, 266 bool Apply(std::list<std::string>& result,
267 ::Orthanc::LookupResource& lookup, 267 ::Orthanc::LookupResource& lookup,
268 IStorageArea& area); 268 IStorageArea& area);
269 }; 269 };
270 } 270 }