comparison OrthancServer/Scheduler/ServerJob.h @ 999:db18c071fbd7 lua-scripting

store-scu filter
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Jul 2014 14:09:53 +0200
parents f0ac3a53ccf2
children 13e230bbd882
comparison
equal deleted inserted replaced
998:4136fab6a639 999:db18c071fbd7
60 const std::string& GetId() const 60 const std::string& GetId() const
61 { 61 {
62 return jobId_; 62 return jobId_;
63 } 63 }
64 64
65 void SetDescription(const char* description) 65 void SetDescription(const std::string& description)
66 { 66 {
67 description_ = description; 67 description_ = description;
68 } 68 }
69 69
70 const std::string& GetDescription() const 70 const std::string& GetDescription() const