comparison Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h @ 30:3abebab5d004

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 18:06:55 +0100
parents a0af5a8182a8
children cfeda58d0c8e
comparison
equal deleted inserted replaced
29:a0af5a8182a8 30:3abebab5d004
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