comparison OrthancServer/Sources/ServerJobs/ThreadedSetOfInstancesJob.cpp @ 5281:3de0235dedb6

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Apr 2023 18:45:07 +0200
parents acaea72a3e91
children b5c502bcaf99
comparison
equal deleted inserted replaced
5280:49477780e25a 5281:3de0235dedb6
349 { 349 {
350 boost::recursive_mutex::scoped_lock lock(mutex_); 350 boost::recursive_mutex::scoped_lock lock(mutex_);
351 351
352 if (started_) 352 if (started_)
353 { 353 {
354 // We actually can not clean the instances that would have been generated during a previous run 354 // We actually cannot clean the instances that would have been generated during a previous run
355 // because the generated instances may or may not have the same orthanc ids as the source 355 // because the generated instances may or may not have the same orthanc ids as the source
356 // it is too dangerous to guess if they should be deleted or not 356 // it is too dangerous to guess if they should be deleted or not
357 currentStep_ = ThreadedJobStep_NotStarted; 357 currentStep_ = ThreadedJobStep_NotStarted;
358 stopRequested_ = false; 358 stopRequested_ = false;
359 processedInstances_.clear(); 359 processedInstances_.clear();