diff OrthancServer/Internals/FindScp.h @ 1573:3309878b3e16

more information about the origin of requests submitted to the DICOM handlers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 25 Aug 2015 13:05:22 +0200
parents 6e7e5ed91c2d
children 164d78911382
line wrap: on
line diff
--- a/OrthancServer/Internals/FindScp.h	Tue Aug 25 12:10:12 2015 +0200
+++ b/OrthancServer/Internals/FindScp.h	Tue Aug 25 13:05:22 2015 +0200
@@ -44,6 +44,7 @@
                         T_DIMSE_Message * msg, 
                         T_ASC_PresentationContextID presID,
                         IFindRequestHandler& handler,
-                        const std::string& callingAETitle);
+                        const std::string& remoteIp,
+                        const std::string& remoteAet);
   }
 }