comparison OrthancServer/UnitTestsSources/ServerJobsTests.cpp @ 5310:b5c502bcaf99

added a route to DELETE /jobs/../archive
author Alain Mazy <am@osimis.io>
date Mon, 12 Jun 2023 18:42:06 +0200
parents 0ea402b4d901
children 5b2a5cc64cb1
comparison
equal deleted inserted replaced
5309:fb231da5c0f1 5310:b5c502bcaf99
132 std::string& filename, 132 std::string& filename,
133 const std::string& key) ORTHANC_OVERRIDE 133 const std::string& key) ORTHANC_OVERRIDE
134 { 134 {
135 return false; 135 return false;
136 } 136 }
137
138 virtual bool DeleteOutput(const std::string& key) ORTHANC_OVERRIDE
139 {
140 return false;
141 }
137 }; 142 };
138 143
139 144
140 class DummyInstancesJob : public SetOfInstancesJob 145 class DummyInstancesJob : public SetOfInstancesJob
141 { 146 {