Mercurial > hg > orthanc
diff OrthancServer/ServerJobs/OrthancPeerStoreJob.h @ 2842:ff0ed5ea9e4e
trailing step in SetOfInstancesJob
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 26 Sep 2018 15:55:42 +0200 |
parents | ea7aea6f6a95 |
children | 8b00e4cb4a6b |
line wrap: on
line diff
--- a/OrthancServer/ServerJobs/OrthancPeerStoreJob.h Wed Sep 26 09:50:30 2018 +0200 +++ b/OrthancServer/ServerJobs/OrthancPeerStoreJob.h Wed Sep 26 15:55:42 2018 +0200 @@ -51,8 +51,11 @@ protected: virtual bool HandleInstance(const std::string& instance); + virtual bool HandleTrailingStep(); + public: OrthancPeerStoreJob(ServerContext& context) : + SetOfInstancesJob(false /* no trailing step */), context_(context) { }