comparison OrthancServer/Plugins/Engine/PluginsJob.h @ 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
74 const std::string& key) ORTHANC_OVERRIDE 74 const std::string& key) ORTHANC_OVERRIDE
75 { 75 {
76 // TODO 76 // TODO
77 return false; 77 return false;
78 } 78 }
79
80 virtual bool DeleteOutput(const std::string& key) ORTHANC_OVERRIDE
81 {
82 // TODO
83 return false;
84 }
79 }; 85 };
80 } 86 }
81 87
82 #endif 88 #endif