comparison OrthancServer/ServerJobs/ResourceModificationJob.h @ 2860:8b00e4cb4a6b

SetOfCommandsJob
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Oct 2018 16:07:34 +0200
parents ff0ed5ea9e4e
children abce036683cd
comparison
equal deleted inserted replaced
2859:dedc2befbf41 2860:8b00e4cb4a6b
77 77
78 virtual bool HandleTrailingStep(); 78 virtual bool HandleTrailingStep();
79 79
80 public: 80 public:
81 ResourceModificationJob(ServerContext& context) : 81 ResourceModificationJob(ServerContext& context) :
82 SetOfInstancesJob(false /* no trailing step */),
83 context_(context), 82 context_(context),
84 isAnonymization_(false) 83 isAnonymization_(false)
85 { 84 {
86 } 85 }
87 86