Add Stoppable prepare and start interfaces

This commit is contained in:
Vinnie Falco
2013-09-28 15:00:35 -07:00
parent e4fe965de0
commit 8e58551475
34 changed files with 430 additions and 285 deletions

View File

@@ -648,7 +648,7 @@ private:
//--------------------------------------------------------------------------
void onStop ()
void onStop (Journal)
{
// VFALCO NOTE I wanted to remove all the jobs that are skippable
// but then the Workers count of tasks to process
@@ -700,7 +700,7 @@ private:
*/
}
void onChildrenStopped ()
void onChildrenStopped (Journal)
{
ScopedLock lock (m_mutex);