comparison Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h @ 288:0f5c02eebe20

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 17:34:21 +0100
parents a8ec00ed9a9b
children aadbffcee805
comparison
equal deleted inserted replaced
287:ec1af1fdcaca 288:0f5c02eebe20
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