diff Core/DicomNetworking/Internals/StoreScp.h @ 3704:58f92b1c8061

Fix issue #167 (Job can't be cancelled - Handling of timeouts after established association)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Feb 2020 11:25:57 +0100
parents 94f4a18a79cc
children
line wrap: on
line diff
--- a/Core/DicomNetworking/Internals/StoreScp.h	Wed Feb 26 14:36:42 2020 +0100
+++ b/Core/DicomNetworking/Internals/StoreScp.h	Thu Feb 27 11:25:57 2020 +0100
@@ -45,6 +45,7 @@
                          T_DIMSE_Message * msg, 
                          T_ASC_PresentationContextID presID,
                          IStoreRequestHandler& handler,
-                         const std::string& remoteIp);
+                         const std::string& remoteIp,
+                         int timeout);
   }
 }