comparison OrthancServer/Sources/ServerJobs/ArchiveJob.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 cdab941fe17d
children 7afbb54bd028
comparison
equal deleted inserted replaced
4804:ae643f664628 4805:0a38000b086d
116 return false; // Cannot serialize this kind of job 116 return false; // Cannot serialize this kind of job
117 } 117 }
118 118
119 virtual bool GetOutput(std::string& output, 119 virtual bool GetOutput(std::string& output,
120 MimeType& mime, 120 MimeType& mime,
121 std::string& filename,
121 const std::string& key) ORTHANC_OVERRIDE; 122 const std::string& key) ORTHANC_OVERRIDE;
122 }; 123 };
123 } 124 }