diff OrthancServer/ServerJobs/ArchiveJob.cpp @ 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 cb1b26a7db98
children bbfd95a0c429
line wrap: on
line diff
--- a/OrthancServer/ServerJobs/ArchiveJob.cpp	Thu Sep 06 12:32:02 2018 +0200
+++ b/OrthancServer/ServerJobs/ArchiveJob.cpp	Thu Sep 06 16:23:40 2018 +0200
@@ -810,7 +810,7 @@
   }
 
   
-  void ArchiveJob::SignalResubmit()
+  void ArchiveJob::Reset()
   {
     LOG(ERROR) << "Cannot resubmit the creation of an archive";
     throw OrthancException(ErrorCode_BadSequenceOfCalls);
@@ -832,7 +832,7 @@
   }
 
   
-  JobStepResult ArchiveJob::ExecuteStep()
+  JobStepResult ArchiveJob::Step()
   {
     assert(writer_.get() != NULL);