comparison 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
comparison
equal deleted inserted replaced
3952:4f09a6a2b369 3953:620e87e9e816
35 35
36 #include "../IGetRequestHandler.h" 36 #include "../IGetRequestHandler.h"
37 37
38 namespace Orthanc 38 namespace Orthanc
39 { 39 {
40
41 namespace Internals 40 namespace Internals
42 { 41 {
43 OFCondition getScp(T_ASC_Association * assoc, 42 OFCondition getScp(T_ASC_Association * assoc,
44 T_DIMSE_Message * msg, 43 T_DIMSE_Message * msg,
45 T_ASC_PresentationContextID presID, 44 T_ASC_PresentationContextID presID,
46 IGetRequestHandler& handler, 45 IGetRequestHandler& handler,
47 std::string remoteIp, 46 std::string remoteIp,
48 std::string remoteAet, 47 std::string remoteAet,
49 std::string calledAet); 48 std::string calledAet,
49 int timeout);
50 } 50 }
51 } 51 }