comparison OrthancServer/Plugins/Engine/PluginsJob.h @ 4819:70d2a97ca8cb openssl-3.x

integration mainline->openssl-3.x
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Nov 2021 13:12:32 +0100
parents f0038043fb97 0a38000b086d
children 2e71a08eea15
comparison
equal deleted inserted replaced
4785:61da49321754 4819:70d2a97ca8cb
61 61
62 virtual bool Serialize(Json::Value& value) ORTHANC_OVERRIDE; 62 virtual bool Serialize(Json::Value& value) ORTHANC_OVERRIDE;
63 63
64 virtual bool GetOutput(std::string& output, 64 virtual bool GetOutput(std::string& output,
65 MimeType& mime, 65 MimeType& mime,
66 std::string& filename,
66 const std::string& key) ORTHANC_OVERRIDE 67 const std::string& key) ORTHANC_OVERRIDE
67 { 68 {
68 // TODO 69 // TODO
69 return false; 70 return false;
70 } 71 }