comparison OrthancServer/Internals/MoveScp.h @ 1799:4f01c9d73f02 worklists

calledAet made available to all the handlers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 20 Nov 2015 12:57:14 +0100
parents 3309878b3e16
children b1291df2f780
comparison
equal deleted inserted replaced
1798:e92cd8841a5f 1799:4f01c9d73f02
43 OFCondition moveScp(T_ASC_Association * assoc, 43 OFCondition moveScp(T_ASC_Association * assoc,
44 T_DIMSE_Message * msg, 44 T_DIMSE_Message * msg,
45 T_ASC_PresentationContextID presID, 45 T_ASC_PresentationContextID presID,
46 IMoveRequestHandler& handler, 46 IMoveRequestHandler& handler,
47 const std::string& remoteIp, 47 const std::string& remoteIp,
48 const std::string& remoteAet); 48 const std::string& remoteAet,
49 const std::string& calledAet);
49 } 50 }
50 } 51 }