Mercurial > hg > orthanc
comparison OrthancFramework/Sources/JobsEngine/Operations/LogJobOperation.h @ 4310:2ae905070221
renaming pure interface JobOperationValue as IJobOperationValue
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 09 Nov 2020 14:40:51 +0100 |
parents | b30a8de92ad9 |
children | d9473bd5ed43 |
comparison
equal
deleted
inserted
replaced
4309:73de065622ec | 4310:2ae905070221 |
---|---|
30 { | 30 { |
31 class ORTHANC_PUBLIC LogJobOperation : public IJobOperation | 31 class ORTHANC_PUBLIC LogJobOperation : public IJobOperation |
32 { | 32 { |
33 public: | 33 public: |
34 virtual void Apply(JobOperationValues& outputs, | 34 virtual void Apply(JobOperationValues& outputs, |
35 const JobOperationValue& input) ORTHANC_OVERRIDE; | 35 const IJobOperationValue& input) ORTHANC_OVERRIDE; |
36 | 36 |
37 virtual void Serialize(Json::Value& result) const ORTHANC_OVERRIDE; | 37 virtual void Serialize(Json::Value& result) const ORTHANC_OVERRIDE; |
38 }; | 38 }; |
39 } | 39 } |