Mercurial > hg > orthanc
diff OrthancServer/ServerJobs/OrthancJobUnserializer.cpp @ 3851:6498739a3c3c
refactoring: TimeoutDicomConnectionManager is now only used by Lua
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 20 Apr 2020 16:46:44 +0200 |
parents | 56f2397f027a |
children | 8f7ad4989fec |
line wrap: on
line diff
--- a/OrthancServer/ServerJobs/OrthancJobUnserializer.cpp Mon Apr 20 14:45:21 2020 +0200 +++ b/OrthancServer/ServerJobs/OrthancJobUnserializer.cpp Mon Apr 20 16:46:44 2020 +0200 @@ -126,7 +126,8 @@ } else if (type == "StoreScu") { - return new StoreScuOperation(source); + return new StoreScuOperation( + context_.GetLuaScripting().GetDicomConnectionManager(), source); } else if (type == "SystemCall") {