comparison OrthancServer/Sources/ServerJobs/ArchiveJob.h @ 4641:b02dc8303cf6

Fixed the lifetime of temporary files associated with jobs that create ZIP archive/media
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Apr 2021 09:49:20 +0200
parents d9473bd5ed43
children cdab941fe17d
comparison
equal deleted inserted replaced
4640:66109d24d26e 4641:b02dc8303cf6
102 102
103 virtual void Start() ORTHANC_OVERRIDE; 103 virtual void Start() ORTHANC_OVERRIDE;
104 104
105 virtual JobStepResult Step(const std::string& jobId) ORTHANC_OVERRIDE; 105 virtual JobStepResult Step(const std::string& jobId) ORTHANC_OVERRIDE;
106 106
107 virtual void Stop(JobStopReason reason) ORTHANC_OVERRIDE 107 virtual void Stop(JobStopReason reason) ORTHANC_OVERRIDE;
108 {
109 }
110 108
111 virtual float GetProgress() ORTHANC_OVERRIDE; 109 virtual float GetProgress() ORTHANC_OVERRIDE;
112 110
113 virtual void GetJobType(std::string& target) ORTHANC_OVERRIDE; 111 virtual void GetJobType(std::string& target) ORTHANC_OVERRIDE;
114 112