comparison 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
comparison
equal deleted inserted replaced
2303:692527245856 2304:563bf878407a
256 return httpHandler_; 256 return httpHandler_;
257 } 257 }
258 258
259 void Stop(); 259 void Stop();
260 260
261 bool Apply(std::list<std::string>& result, 261 void Apply(std::list<std::string>& result,
262 const ::Orthanc::LookupResource& lookup, 262 const ::Orthanc::LookupResource& lookup,
263 size_t maxResults); 263 size_t since,
264 size_t limit);
264 265
265 266
266 /** 267 /**
267 * Management of the plugins 268 * Management of the plugins
268 **/ 269 **/