diff OrthancServer/Sources/ServerContext.h @ 4694:da1edb7d6332

"/tools/bulk-delete" to delete a group of multiple, unrelated resources at once
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Jun 2021 17:37:47 +0200
parents 66109d24d26e
children f0038043fb97 434843934307 94616af363ec
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerContext.h	Wed Jun 16 16:44:04 2021 +0200
+++ b/OrthancServer/Sources/ServerContext.h	Wed Jun 16 17:37:47 2021 +0200
@@ -348,7 +348,7 @@
       return jobsEngine_;
     }
 
-    bool DeleteResource(Json::Value& target,
+    bool DeleteResource(Json::Value& remainingAncestor,
                         const std::string& uuid,
                         ResourceType expectedType);