Remove Journal from most Stoppable overrides

This commit is contained in:
Vinnie Falco
2013-10-04 00:13:25 -07:00
parent 48eb92e366
commit a2aa938e10
20 changed files with 76 additions and 82 deletions

View File

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