comparison OrthancServer/ServerContext.h @ 2876:ae8e72009e64

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Oct 2018 20:09:35 +0200
parents 925d8dc03a23
children 4767d36679ed
comparison
equal deleted inserted replaced
2875:edfd98a2b6c4 2876:ae8e72009e64
319 return httpHandler_; 319 return httpHandler_;
320 } 320 }
321 321
322 void Stop(); 322 void Stop();
323 323
324 void Apply(std::list<std::string>& result, 324 void Apply(bool& isComplete,
325 std::list<std::string>& result,
325 const ::Orthanc::LookupResource& lookup, 326 const ::Orthanc::LookupResource& lookup,
326 size_t since, 327 size_t since,
327 size_t limit); 328 size_t limit);
328 329
329 330