Mercurial > hg > orthanc
diff Core/JobsEngine/JobsRegistry.h @ 2867:251614c2edac
DicomMoveScuJob
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 08 Oct 2018 16:08:51 +0200 |
parents | 8e0bc055d18c |
children | dc18d5804746 |
line wrap: on
line diff
--- a/Core/JobsEngine/JobsRegistry.h Mon Oct 08 11:40:31 2018 +0200 +++ b/Core/JobsEngine/JobsRegistry.h Mon Oct 08 16:08:51 2018 +0200 @@ -161,7 +161,8 @@ void Submit(IJob* job, // Takes ownership int priority); - bool SubmitAndWait(IJob* job, // Takes ownership + bool SubmitAndWait(Json::Value& successContent, + IJob* job, // Takes ownership int priority); bool SetPriority(const std::string& id,