comparison Core/JobsEngine/SetOfInstancesJob.h @ 2652:a3f0f61a14ca jobs

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Jun 2018 12:36:24 +0200
parents e1893d31652a
children 5eea2f11e8df
comparison
equal deleted inserted replaced
2651:1da5a052c777 2652:a3f0f61a14ca
52 protected: 52 protected:
53 virtual bool HandleInstance(const std::string& instance) = 0; 53 virtual bool HandleInstance(const std::string& instance) = 0;
54 54
55 public: 55 public:
56 SetOfInstancesJob(); 56 SetOfInstancesJob();
57
58 SetOfInstancesJob(const Json::Value& s); // Unserialization
57 59
58 void SetDescription(const std::string& description) 60 void SetDescription(const std::string& description)
59 { 61 {
60 description_ = description; 62 description_ = description;
61 } 63 }