diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:48:05 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:48:05 +0200 |
commit | e7ceb20f1d6497f28054dc111260be8ba8d8b5aa (patch) | |
tree | 0d21c616743626435afd9e14922a27c45ceba772 /library/multithreading.cpp | |
parent | 1.4 (diff) | |
download | FreeFileSync-e7ceb20f1d6497f28054dc111260be8ba8d8b5aa.tar.gz FreeFileSync-e7ceb20f1d6497f28054dc111260be8ba8d8b5aa.tar.bz2 FreeFileSync-e7ceb20f1d6497f28054dc111260be8ba8d8b5aa.zip |
1.5
Diffstat (limited to 'library/multithreading.cpp')
-rw-r--r-- | library/multithreading.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/multithreading.cpp b/library/multithreading.cpp index dd96eaf4..c5f38605 100644 --- a/library/multithreading.cpp +++ b/library/multithreading.cpp @@ -17,7 +17,7 @@ ------------------------------- wait until thread is ready -3. Call execAndUpdate +3. Call execute ------------------------------- send signal to start start processing @@ -135,7 +135,7 @@ void UpdateWhileExecuting::waitUntilReady() } // /|\ \|/ must be called directly after each other -void UpdateWhileExecuting::execAndUpdate(StatusUpdater* statusUpdater) +void UpdateWhileExecuting::execute(StatusUpdater* statusUpdater) { readyToReceiveResult.Lock(); |