diff OrthancServer/ServerJobs/OrthancPeerStoreJob.h @ 2860:8b00e4cb4a6b

SetOfCommandsJob
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Oct 2018 16:07:34 +0200
parents ff0ed5ea9e4e
children 4e43e67f8ecf
line wrap: on
line diff
--- a/OrthancServer/ServerJobs/OrthancPeerStoreJob.h	Fri Oct 05 10:44:59 2018 +0200
+++ b/OrthancServer/ServerJobs/OrthancPeerStoreJob.h	Fri Oct 05 16:07:34 2018 +0200
@@ -55,7 +55,6 @@
 
   public:
     OrthancPeerStoreJob(ServerContext& context) :
-      SetOfInstancesJob(false /* no trailing step */),
       context_(context)
     {
     }