comparison Core/JobsEngine/SetOfCommandsJob.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 8b00e4cb4a6b
children 4e43e67f8ecf
comparison
equal deleted inserted replaced
2970:eea66afed0db 2976:cb5d75143da0
129 virtual JobStepResult Step(); 129 virtual JobStepResult Step();
130 130
131 virtual void GetPublicContent(Json::Value& value); 131 virtual void GetPublicContent(Json::Value& value);
132 132
133 virtual bool Serialize(Json::Value& target); 133 virtual bool Serialize(Json::Value& target);
134
135 virtual bool GetOutput(std::string& output,
136 MimeType& mime,
137 const std::string& key)
138 {
139 return false;
140 }
134 }; 141 };
135 } 142 }