Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancFramework/Sources/JobsEngine/SetOfCommandsJob.cpp Fri Nov 06 15:37:30 2020 +0100 +++ b/OrthancFramework/Sources/JobsEngine/SetOfCommandsJob.cpp Fri Nov 06 16:33:52 2020 +0100 @@ -59,6 +59,10 @@ description_ = description; } + const std::string& SetOfCommandsJob::GetDescription() const + { + return description_; + } void SetOfCommandsJob::Reserve(size_t size) {