comparison OrthancFramework/Sources/JobsEngine/SetOfCommandsJob.cpp @ 4304:50b0c69b653a

continued abi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 16:33:52 +0100
parents 44b53a2c0a13
children d9473bd5ed43
comparison
equal deleted inserted replaced
4303:44b53a2c0a13 4304:50b0c69b653a
57 void SetOfCommandsJob::SetDescription(const std::string &description) 57 void SetOfCommandsJob::SetDescription(const std::string &description)
58 { 58 {
59 description_ = description; 59 description_ = description;
60 } 60 }
61 61
62 const std::string& SetOfCommandsJob::GetDescription() const
63 {
64 return description_;
65 }
62 66
63 void SetOfCommandsJob::Reserve(size_t size) 67 void SetOfCommandsJob::Reserve(size_t size)
64 { 68 {
65 if (started_) 69 if (started_)
66 { 70 {