comparison Plugins/Engine/PluginsJob.h @ 2976:cb5d75143da0

Asynchronous generation of ZIP archives and DICOM medias
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Dec 2018 12:23:46 +0100
parents 925d8dc03a23
children 4e43e67f8ecf
comparison
equal deleted inserted replaced
2970:eea66afed0db 2976:cb5d75143da0
69 } 69 }
70 70
71 virtual void GetPublicContent(Json::Value& value); 71 virtual void GetPublicContent(Json::Value& value);
72 72
73 virtual bool Serialize(Json::Value& value); 73 virtual bool Serialize(Json::Value& value);
74
75 virtual bool GetOutput(std::string& output,
76 MimeType& mime,
77 const std::string& key)
78 {
79 // TODO
80 return false;
81 }
74 }; 82 };
75 } 83 }
76 84
77 #endif 85 #endif