diff OrthancServer/Internals/FindScp.h @ 665:41b3e5ccb291

fix for medInria
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Nov 2013 16:25:28 +0100
parents 4d5f0857ec9c
children 2d0a347e8cfc
line wrap: on
line diff
--- a/OrthancServer/Internals/FindScp.h	Wed Nov 06 17:20:31 2013 +0100
+++ b/OrthancServer/Internals/FindScp.h	Thu Nov 07 16:25:28 2013 +0100
@@ -43,6 +43,7 @@
     OFCondition findScp(T_ASC_Association * assoc, 
                         T_DIMSE_Message * msg, 
                         T_ASC_PresentationContextID presID,
-                        IFindRequestHandler& handler);
+                        IFindRequestHandler& handler,
+                        const std::string& callingAETitle);
   }
 }