comparison OrthancServer/Plugins/Engine/PluginsJob.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 70d2a97ca8cb 7053502fbf97
comparison
equal deleted inserted replaced
4804:ae643f664628 4805:0a38000b086d
73 73
74 virtual bool Serialize(Json::Value& value) ORTHANC_OVERRIDE; 74 virtual bool Serialize(Json::Value& value) ORTHANC_OVERRIDE;
75 75
76 virtual bool GetOutput(std::string& output, 76 virtual bool GetOutput(std::string& output,
77 MimeType& mime, 77 MimeType& mime,
78 std::string& filename,
78 const std::string& key) ORTHANC_OVERRIDE 79 const std::string& key) ORTHANC_OVERRIDE
79 { 80 {
80 // TODO 81 // TODO
81 return false; 82 return false;
82 } 83 }