Mercurial > hg > orthanc
comparison OrthancServer/ServerContext.h @ 1758:318c2e83c2bd db-changes
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 28 Oct 2015 12:53:45 +0100 |
parents | 98abb8d7f905 |
children | 776573e592da |
comparison
equal
deleted
inserted
replaced
1757:98abb8d7f905 | 1758:318c2e83c2bd |
---|---|
244 return httpHandler_; | 244 return httpHandler_; |
245 } | 245 } |
246 | 246 |
247 void Stop(); | 247 void Stop(); |
248 | 248 |
249 bool Apply(std::vector<std::string>& result, | 249 bool Apply(std::list<std::string>& result, |
250 const ::Orthanc::LookupResource& lookup, | 250 const ::Orthanc::LookupResource& lookup, |
251 size_t maxResults); | 251 size_t maxResults); |
252 | 252 |
253 | 253 |
254 /** | 254 /** |