comparison OrthancServer/SQLiteDatabaseWrapper.h @ 3075:ead8576a02ef db-changes

IDatabaseWrapper::ApplyLookupResources now returns lists
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Jan 2019 18:39:25 +0100
parents ce272138f15e
children 1a75595d8e44
comparison
equal deleted inserted replaced
3074:495c5edce708 3075:ead8576a02ef
312 ORTHANC_OVERRIDE; 312 ORTHANC_OVERRIDE;
313 313
314 virtual bool IsDiskSizeAbove(uint64_t threshold) 314 virtual bool IsDiskSizeAbove(uint64_t threshold)
315 ORTHANC_OVERRIDE; 315 ORTHANC_OVERRIDE;
316 316
317 virtual void ApplyLookupResources(std::vector<std::string>& resourcesId, 317 virtual void ApplyLookupResources(std::list<std::string>& resourcesId,
318 std::vector<std::string>* instancesId, 318 std::list<std::string>* instancesId,
319 const std::vector<DatabaseConstraint>& lookup, 319 const std::vector<DatabaseConstraint>& lookup,
320 ResourceType queryLevel, 320 ResourceType queryLevel,
321 size_t limit) 321 size_t limit)
322 ORTHANC_OVERRIDE; 322 ORTHANC_OVERRIDE;
323 }; 323 };