diff OrthancServer/ServerContext.h @ 3025:039a9d262d64 db-changes

preparing to speed up find in databases
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Dec 2018 17:05:28 +0100
parents 2cbafb5d5a62
children 5da6d1063d8f
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Mon Dec 17 10:26:01 2018 +0100
+++ b/OrthancServer/ServerContext.h	Mon Dec 17 17:05:28 2018 +0100
@@ -364,6 +364,7 @@
 
     void Apply(ILookupVisitor& visitor,
                const ::Orthanc::LookupResource& lookup,
+               const DatabaseLookup& lookup2,
                size_t since,
                size_t limit);