comparison OrthancServer/ServerJobs/ArchiveJob.h @ 3763:5ff5d5a0fd28

adding missing ORTHANC_OVERRIDE
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Mar 2020 14:12:20 +0100
parents 1a346a4dc1b4
children 6ddad3e0b569
comparison
equal deleted inserted replaced
3762:1a346a4dc1b4 3763:5ff5d5a0fd28
93 93
94 virtual void Start() ORTHANC_OVERRIDE; 94 virtual void Start() ORTHANC_OVERRIDE;
95 95
96 virtual JobStepResult Step(const std::string& jobId) ORTHANC_OVERRIDE; 96 virtual JobStepResult Step(const std::string& jobId) ORTHANC_OVERRIDE;
97 97
98 virtual void Stop(JobStopReason reason) 98 virtual void Stop(JobStopReason reason) ORTHANC_OVERRIDE
99 { 99 {
100 } 100 }
101 101
102 virtual float GetProgress() ORTHANC_OVERRIDE; 102 virtual float GetProgress() ORTHANC_OVERRIDE;
103 103