Mercurial > hg > orthanc
comparison OrthancFramework/Sources/JobsEngine/GenericJobUnserializer.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 |
---|---|
35 | 35 |
36 #include "IJobUnserializer.h" | 36 #include "IJobUnserializer.h" |
37 | 37 |
38 namespace Orthanc | 38 namespace Orthanc |
39 { | 39 { |
40 class GenericJobUnserializer : public IJobUnserializer | 40 class ORTHANC_PUBLIC GenericJobUnserializer : public IJobUnserializer |
41 { | 41 { |
42 public: | 42 public: |
43 virtual IJob* UnserializeJob(const Json::Value& value); | 43 virtual IJob* UnserializeJob(const Json::Value& value); |
44 | 44 |
45 virtual IJobOperation* UnserializeOperation(const Json::Value& value); | 45 virtual IJobOperation* UnserializeOperation(const Json::Value& value); |