comparison OrthancFramework/UnitTestsSources/JobsTests.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 48b8dae6dc77
comparison
equal deleted inserted replaced
5309:fb231da5c0f1 5310:b5c502bcaf99
129 std::string& filename, 129 std::string& filename,
130 const std::string& key) ORTHANC_OVERRIDE 130 const std::string& key) ORTHANC_OVERRIDE
131 { 131 {
132 return false; 132 return false;
133 } 133 }
134
135 virtual bool DeleteOutput(const std::string& key) ORTHANC_OVERRIDE
136 {
137 return false;
138 }
134 }; 139 };
135 140
136 141
137 class DummyInstancesJob : public SetOfInstancesJob 142 class DummyInstancesJob : public SetOfInstancesJob
138 { 143 {