comparison OrthancFramework/Sources/JobsEngine/SetOfCommandsJob.cpp @ 5310:b5c502bcaf99

added a route to DELETE /jobs/../archive
author Alain Mazy <am@osimis.io>
date Mon, 12 Jun 2023 18:42:06 +0200
parents 0ea402b4d901
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5309:fb231da5c0f1 5310:b5c502bcaf99
267 } 267 }
268 268
269 return true; 269 return true;
270 } 270 }
271 271
272 bool SetOfCommandsJob::GetOutput(std::string &output,
273 MimeType &mime,
274 std::string& filename,
275 const std::string &key)
276 {
277 return false;
278 }
279
280 272
281 SetOfCommandsJob::SetOfCommandsJob(ICommandUnserializer* unserializer, 273 SetOfCommandsJob::SetOfCommandsJob(ICommandUnserializer* unserializer,
282 const Json::Value& source) : 274 const Json::Value& source) :
283 started_(false) 275 started_(false)
284 { 276 {