diff 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
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerJobs/ArchiveJob.h	Mon Apr 26 15:22:44 2021 +0200
+++ b/OrthancServer/Sources/ServerJobs/ArchiveJob.h	Tue Apr 27 09:49:20 2021 +0200
@@ -104,9 +104,7 @@
 
     virtual JobStepResult Step(const std::string& jobId) ORTHANC_OVERRIDE;
 
-    virtual void Stop(JobStopReason reason) ORTHANC_OVERRIDE
-    {
-    }
+    virtual void Stop(JobStopReason reason) ORTHANC_OVERRIDE;
 
     virtual float GetProgress() ORTHANC_OVERRIDE;