comparison OrthancFramework/Sources/JobsEngine/SetOfCommandsJob.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
102 102
103 virtual bool Serialize(Json::Value& target) ORTHANC_OVERRIDE; 103 virtual bool Serialize(Json::Value& target) ORTHANC_OVERRIDE;
104 104
105 virtual bool GetOutput(std::string& output, 105 virtual bool GetOutput(std::string& output,
106 MimeType& mime, 106 MimeType& mime,
107 std::string& filename,
107 const std::string& key) ORTHANC_OVERRIDE; 108 const std::string& key) ORTHANC_OVERRIDE;
108 }; 109 };
109 } 110 }