diff OrthancServer/Internals/StoreScp.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 b1291df2f780
line wrap: on
line diff
--- a/OrthancServer/Internals/StoreScp.h	Tue Aug 25 12:10:12 2015 +0200
+++ b/OrthancServer/Internals/StoreScp.h	Tue Aug 25 13:05:22 2015 +0200
@@ -43,6 +43,7 @@
     OFCondition storeScp(T_ASC_Association * assoc, 
                          T_DIMSE_Message * msg, 
                          T_ASC_PresentationContextID presID,
-                         IStoreRequestHandler& handler);
+                         IStoreRequestHandler& handler,
+                         const std::string& remoteIp);
   }
 }