diff Core/JobsEngine/SetOfInstancesJob.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 33de4a82c466
children ff0ed5ea9e4e
line wrap: on
line diff
--- a/Core/JobsEngine/SetOfInstancesJob.cpp	Thu Sep 06 12:32:02 2018 +0200
+++ b/Core/JobsEngine/SetOfInstancesJob.cpp	Thu Sep 06 16:23:40 2018 +0200
@@ -86,7 +86,7 @@
   }
 
 
-  void SetOfInstancesJob::SignalResubmit()
+  void SetOfInstancesJob::Reset()
   {
     if (started_)
     {
@@ -127,7 +127,7 @@
   }
       
 
-  JobStepResult SetOfInstancesJob::ExecuteStep()
+  JobStepResult SetOfInstancesJob::Step()
   {
     if (!started_)
     {