Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancServer/Internals/MoveScp.h Fri Nov 20 12:00:34 2015 +0100 +++ b/OrthancServer/Internals/MoveScp.h Fri Nov 20 12:57:14 2015 +0100 @@ -45,6 +45,7 @@ T_ASC_PresentationContextID presID, IMoveRequestHandler& handler, const std::string& remoteIp, - const std::string& remoteAet); + const std::string& remoteAet, + const std::string& calledAet); } }