comparison 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
comparison
equal deleted inserted replaced
2859:dedc2befbf41 2860:8b00e4cb4a6b
53 53
54 virtual bool HandleTrailingStep(); 54 virtual bool HandleTrailingStep();
55 55
56 public: 56 public:
57 OrthancPeerStoreJob(ServerContext& context) : 57 OrthancPeerStoreJob(ServerContext& context) :
58 SetOfInstancesJob(false /* no trailing step */),
59 context_(context) 58 context_(context)
60 { 59 {
61 } 60 }
62 61
63 OrthancPeerStoreJob(ServerContext& context, 62 OrthancPeerStoreJob(ServerContext& context,