diff Core/DicomNetworking/Internals/GetScp.h @ 3953:620e87e9e816 c-get

c-get: fixing memory with failedUIDs_
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2020 09:19:35 +0200
parents 4f78da5613a1
children 4d1dcdf5c57e
line wrap: on
line diff
--- a/Core/DicomNetworking/Internals/GetScp.h	Wed May 20 08:41:54 2020 +0200
+++ b/Core/DicomNetworking/Internals/GetScp.h	Wed May 20 09:19:35 2020 +0200
@@ -37,7 +37,6 @@
 
 namespace Orthanc
 {
-  
   namespace Internals
   {
     OFCondition getScp(T_ASC_Association * assoc,
@@ -46,6 +45,7 @@
                        IGetRequestHandler& handler,
                        std::string remoteIp,
                        std::string remoteAet,
-                       std::string calledAet);
+                       std::string calledAet,
+                       int timeout);
   }
 }