Mercurial > hg > orthanc
diff Core/JobsEngine/SetOfInstancesJob.h @ 2586:ec09641d6f41 jobs
simplifications
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 14 May 2018 21:33:57 +0200 |
parents | 4c809711149e |
children | 34dc57f4a7d2 |
line wrap: on
line diff
--- a/Core/JobsEngine/SetOfInstancesJob.h Mon May 14 21:24:51 2018 +0200 +++ b/Core/JobsEngine/SetOfInstancesJob.h Mon May 14 21:33:57 2018 +0200 @@ -48,13 +48,6 @@ size_t position_; std::set<std::string> failedInstances_; - bool IsDone() const - { - return (position_ >= instances_.size()); - } - - void Next(); - protected: virtual bool HandleInstance(const std::string& instance) = 0; @@ -91,8 +84,6 @@ return started_; } - const std::string& GetCurrentInstance() const; - const std::vector<std::string>& GetInstances() const { return instances_;