Mercurial > hg > orthanc
diff OrthancServer/Sources/ResourceFinder.cpp @ 5714:2b05428843d2 find-refactoring
removed dangerous overload of ResourceFinder::Execute()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 13 Jul 2024 00:20:33 +0200 |
parents | d851a54e49b7 |
children | 717acb0ea546 |
line wrap: on
line diff
--- a/OrthancServer/Sources/ResourceFinder.cpp Sat Jul 13 00:03:42 2024 +0200 +++ b/OrthancServer/Sources/ResourceFinder.cpp Sat Jul 13 00:20:33 2024 +0200 @@ -891,13 +891,6 @@ } - void ResourceFinder::Execute(FindResponse& response, - ServerIndex& index) const - { - index.ExecuteFind(response, request_); - } - - void ResourceFinder::Execute(IVisitor& visitor, ServerContext& context) const {