comparison OrthancFramework/Sources/JobsEngine/IJob.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
38 #include <boost/noncopyable.hpp> 38 #include <boost/noncopyable.hpp>
39 #include <json/value.h> 39 #include <json/value.h>
40 40
41 namespace Orthanc 41 namespace Orthanc
42 { 42 {
43 class IJob : public boost::noncopyable 43 class ORTHANC_PUBLIC IJob : public boost::noncopyable
44 { 44 {
45 public: 45 public:
46 virtual ~IJob() 46 virtual ~IJob()
47 { 47 {
48 } 48 }