comparison Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h @ 48:0f8c9ce124d6

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 17:56:55 +0100
parents 393d2da0722a
children 23f3099bed47
comparison
equal deleted inserted replaced
47:42de8b600c0c 48:0f8c9ce124d6
777 void UpdateSerialized(const Json::Value& serialized); 777 void UpdateSerialized(const Json::Value& serialized);
778 778
779 void UpdateProgress(float progress); 779 void UpdateProgress(float progress);
780 780
781 public: 781 public:
782 OrthancJob(const std::string& jobType); 782 explicit OrthancJob(const std::string& jobType);
783 783
784 virtual ~OrthancJob() 784 virtual ~OrthancJob()
785 { 785 {
786 } 786 }
787 787