diff OrthancServer/Sources/ServerJobs/ResourceModificationJob.h @ 5158:02cfd23a556a

CppCheck
author Alain Mazy <am@osimis.io>
date Thu, 02 Feb 2023 10:33:15 +0100
parents 023569e7155b
children 0ea402b4d901
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerJobs/ResourceModificationJob.h	Thu Feb 02 09:40:48 2023 +0100
+++ b/OrthancServer/Sources/ServerJobs/ResourceModificationJob.h	Thu Feb 02 10:33:15 2023 +0100
@@ -64,9 +64,9 @@
     std::set<std::string>               instancesToReconstruct_;  // for each new series generated, an instance id that we can use to reconstruct the hierarchy DB model
 
   protected:
-    virtual bool HandleInstance(const std::string& instance) ORTHANC_OVERRIDE; // from ThreadedSetOfInstancesJob
+    virtual bool HandleInstance(const std::string& instance) ORTHANC_OVERRIDE;
     
-    virtual void PostProcessInstances();
+    virtual void PostProcessInstances() ORTHANC_OVERRIDE;
 
   public:
     explicit ResourceModificationJob(ServerContext& context, unsigned int workersCount);