comparison Core/JobsEngine/Operations/SequenceOfOperationsJob.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 dc18d5804746
children 4e43e67f8ecf
comparison
equal deleted inserted replaced
2970:eea66afed0db 2976:cb5d75143da0
145 145
146 virtual void GetPublicContent(Json::Value& value); 146 virtual void GetPublicContent(Json::Value& value);
147 147
148 virtual bool Serialize(Json::Value& value); 148 virtual bool Serialize(Json::Value& value);
149 149
150 virtual bool GetOutput(std::string& output,
151 MimeType& mime,
152 const std::string& key)
153 {
154 return false;
155 }
156
150 void AwakeTrailingSleep() 157 void AwakeTrailingSleep()
151 { 158 {
152 operationAdded_.notify_one(); 159 operationAdded_.notify_one();
153 } 160 }
154 }; 161 };