diff OrthancServer/ServerContext.h @ 2304:563bf878407a

Argument "Since" in URI "/tools/find" (related to issue #53)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Jul 2017 17:24:31 +0200
parents a3a65de1840f
children 7284093111b0
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Mon Jul 10 11:31:48 2017 +0200
+++ b/OrthancServer/ServerContext.h	Tue Jul 11 17:24:31 2017 +0200
@@ -258,9 +258,10 @@
 
     void Stop();
 
-    bool Apply(std::list<std::string>& result,
+    void Apply(std::list<std::string>& result,
                const ::Orthanc::LookupResource& lookup,
-               size_t maxResults);
+               size_t since,
+               size_t limit);
 
 
     /**