diff OrthancServer/IDatabaseWrapper.h @ 3036:8fd203510d8b db-changes

moving LookupIdentifierQuery to the graveyard
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Dec 2018 16:27:07 +0100
parents 18a2d196414b
children 53d583d2c775
line wrap: on
line diff
--- a/OrthancServer/IDatabaseWrapper.h	Wed Dec 19 14:20:11 2018 +0100
+++ b/OrthancServer/IDatabaseWrapper.h	Wed Dec 19 16:27:07 2018 +0100
@@ -228,7 +228,7 @@
     virtual bool IsDiskSizeAbove(uint64_t threshold) = 0;
 
     virtual void ApplyLookupResources(std::vector<std::string>& resourcesId,
-                                      std::vector<std::string>& instancesId,
+                                      std::vector<std::string>* instancesId,   // Can be NULL if not needed
                                       const std::vector<DatabaseConstraint>& lookup,
                                       ResourceType queryLevel,
                                       size_t limit) = 0;