comparison OrthancServer/UnitTestsSources/ServerJobsTests.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 7826ac059c31
children 2ca4213fb50a
comparison
equal deleted inserted replaced
4804:ae643f664628 4805:0a38000b086d
138 value["hello"] = "world"; 138 value["hello"] = "world";
139 } 139 }
140 140
141 virtual bool GetOutput(std::string& output, 141 virtual bool GetOutput(std::string& output,
142 MimeType& mime, 142 MimeType& mime,
143 std::string& filename,
143 const std::string& key) ORTHANC_OVERRIDE 144 const std::string& key) ORTHANC_OVERRIDE
144 { 145 {
145 return false; 146 return false;
146 } 147 }
147 }; 148 };