comparison OrthancFramework/Sources/DicomNetworking/Internals/GetScp.h @ 4200:7112a8af0b63

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2020 20:53:31 +0200
parents bf7b9edf6b81
children d9473bd5ed43
comparison
equal deleted inserted replaced
4199:fbc49a65340a 4200:7112a8af0b63
30 { 30 {
31 OFCondition getScp(T_ASC_Association * assoc, 31 OFCondition getScp(T_ASC_Association * assoc,
32 T_DIMSE_Message * msg, 32 T_DIMSE_Message * msg,
33 T_ASC_PresentationContextID presID, 33 T_ASC_PresentationContextID presID,
34 IGetRequestHandler& handler, 34 IGetRequestHandler& handler,
35 std::string remoteIp, 35 const std::string& remoteIp,
36 std::string remoteAet, 36 const std::string& remoteAet,
37 std::string calledAet, 37 const std::string& calledAet,
38 int timeout); 38 int timeout);
39 } 39 }
40 } 40 }