comparison OrthancFramework/Sources/JobsEngine/SetOfCommandsJob.cpp @ 4805:0a38000b086d

Archive jobs response now contains a header Content-Disposition:filename='archive.zip'
author Alain Mazy <am@osimis.io>
date Tue, 09 Nov 2021 09:51:14 +0100
parents d9473bd5ed43
children 7053502fbf97
comparison
equal deleted inserted replaced
4804:ae643f664628 4805:0a38000b086d
268 return true; 268 return true;
269 } 269 }
270 270
271 bool SetOfCommandsJob::GetOutput(std::string &output, 271 bool SetOfCommandsJob::GetOutput(std::string &output,
272 MimeType &mime, 272 MimeType &mime,
273 std::string& filename,
273 const std::string &key) 274 const std::string &key)
274 { 275 {
275 return false; 276 return false;
276 } 277 }
277 278