Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h Tue Oct 09 16:44:28 2018 +0200 +++ b/OrthancServer/ServerContext.h Tue Oct 09 20:09:35 2018 +0200 @@ -321,7 +321,8 @@ void Stop(); - void Apply(std::list<std::string>& result, + void Apply(bool& isComplete, + std::list<std::string>& result, const ::Orthanc::LookupResource& lookup, size_t since, size_t limit);