comparison 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
comparison
equal deleted inserted replaced
3702:643b5ee86f92 3704:58f92b1c8061
43 { 43 {
44 OFCondition storeScp(T_ASC_Association * assoc, 44 OFCondition storeScp(T_ASC_Association * assoc,
45 T_DIMSE_Message * msg, 45 T_DIMSE_Message * msg,
46 T_ASC_PresentationContextID presID, 46 T_ASC_PresentationContextID presID,
47 IStoreRequestHandler& handler, 47 IStoreRequestHandler& handler,
48 const std::string& remoteIp); 48 const std::string& remoteIp,
49 int timeout);
49 } 50 }
50 } 51 }