diff OrthancServer/ServerJobs/DicomModalityStoreJob.h @ 2812:ea7aea6f6a95

improved naming of methods in IJob
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Sep 2018 16:23:40 +0200
parents 7cfc8d266f41
children ff0ed5ea9e4e
line wrap: on
line diff
--- a/OrthancServer/ServerJobs/DicomModalityStoreJob.h	Thu Sep 06 12:32:02 2018 +0200
+++ b/OrthancServer/ServerJobs/DicomModalityStoreJob.h	Thu Sep 06 16:23:40 2018 +0200
@@ -87,7 +87,7 @@
     void SetMoveOriginator(const std::string& aet,
                            int id);
 
-    virtual void ReleaseResources(JobReleaseReason reason);
+    virtual void Stop(JobStopReason reason);
 
     virtual void GetJobType(std::string& target)
     {