comparison UnitTestsSources/MultiThreadingTests.cpp @ 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 10c610e80b15
children 517fc4767ae0 07ab06af90ed
comparison
equal deleted inserted replaced
2970:eea66afed0db 2976:cb5d75143da0
141 141
142 virtual void GetPublicContent(Json::Value& value) ORTHANC_OVERRIDE 142 virtual void GetPublicContent(Json::Value& value) ORTHANC_OVERRIDE
143 { 143 {
144 value["hello"] = "world"; 144 value["hello"] = "world";
145 } 145 }
146
147 virtual bool GetOutput(std::string& output,
148 MimeType& mime,
149 const std::string& key) ORTHANC_OVERRIDE
150 {
151 return false;
152 }
146 }; 153 };
147 154
148 155
149 class DummyInstancesJob : public SetOfInstancesJob 156 class DummyInstancesJob : public SetOfInstancesJob
150 { 157 {