comparison OrthancFramework/Sources/JobsEngine/IJob.h @ 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
57 57
58 // This function can only be called if the job has reached its 58 // This function can only be called if the job has reached its
59 // "success" state 59 // "success" state
60 virtual bool GetOutput(std::string& output, 60 virtual bool GetOutput(std::string& output,
61 MimeType& mime, 61 MimeType& mime,
62 std::string& filename,
62 const std::string& key) = 0; 63 const std::string& key) = 0;
63 }; 64 };
64 } 65 }