comparison Core/DicomNetworking/Internals/MoveScp.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
comparison
equal deleted inserted replaced
3702:643b5ee86f92 3704:58f92b1c8061
45 T_DIMSE_Message * msg, 45 T_DIMSE_Message * msg,
46 T_ASC_PresentationContextID presID, 46 T_ASC_PresentationContextID presID,
47 IMoveRequestHandler& handler, 47 IMoveRequestHandler& handler,
48 const std::string& remoteIp, 48 const std::string& remoteIp,
49 const std::string& remoteAet, 49 const std::string& remoteAet,
50 const std::string& calledAet); 50 const std::string& calledAet,
51 int timeout);
51 } 52 }
52 } 53 }