comparison OrthancFramework/UnitTestsSources/JobsTests.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 4f368230f32b
children 7053502fbf97
comparison
equal deleted inserted replaced
4804:ae643f664628 4805:0a38000b086d
123 value["hello"] = "world"; 123 value["hello"] = "world";
124 } 124 }
125 125
126 virtual bool GetOutput(std::string& output, 126 virtual bool GetOutput(std::string& output,
127 MimeType& mime, 127 MimeType& mime,
128 std::string& filename,
128 const std::string& key) ORTHANC_OVERRIDE 129 const std::string& key) ORTHANC_OVERRIDE
129 { 130 {
130 return false; 131 return false;
131 } 132 }
132 }; 133 };