Mercurial > hg > orthanc
comparison OrthancFramework/Sources/JobsEngine/JobInfo.h @ 4063:e00f3d089991 framework
shared library of orthanc framework
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 11 Jun 2020 16:40:34 +0200 |
parents | d25f4c0fa160 |
children | bf7b9edf6b81 |
comparison
equal
deleted
inserted
replaced
4062:0953b3dc3261 | 4063:e00f3d089991 |
---|---|
37 | 37 |
38 #include <boost/date_time/posix_time/posix_time.hpp> | 38 #include <boost/date_time/posix_time/posix_time.hpp> |
39 | 39 |
40 namespace Orthanc | 40 namespace Orthanc |
41 { | 41 { |
42 class JobInfo | 42 class ORTHANC_PUBLIC JobInfo |
43 { | 43 { |
44 private: | 44 private: |
45 std::string id_; | 45 std::string id_; |
46 int priority_; | 46 int priority_; |
47 JobState state_; | 47 JobState state_; |