diff OrthancServer/main.cpp @ 1787:1b1d5470233f worklists

refactoring of DicomFindAnswers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Nov 2015 15:50:32 +0100
parents 164d78911382
children af6840eb23ee
line wrap: on
line diff
--- a/OrthancServer/main.cpp	Wed Nov 18 12:00:14 2015 +0100
+++ b/OrthancServer/main.cpp	Wed Nov 18 15:50:32 2015 +0100
@@ -100,7 +100,7 @@
   {
   }
 
-  virtual bool Handle(DicomWorklistAnswers& answers,
+  virtual bool Handle(DicomFindAnswers& answers,
                       const ParsedDicomFile& query,
                       const std::string& remoteIp,
                       const std::string& remoteAet)