mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove Journal from most Stoppable overrides
This commit is contained in:
@@ -270,16 +270,16 @@ public:
|
||||
// Stoppable
|
||||
//
|
||||
|
||||
void onPrepare (Journal journal)
|
||||
void onPrepare ()
|
||||
{
|
||||
}
|
||||
|
||||
void onStart (Journal journal)
|
||||
void onStart ()
|
||||
{
|
||||
startThread();
|
||||
}
|
||||
|
||||
void onStop (Journal journal)
|
||||
void onStop ()
|
||||
{
|
||||
if (this->Thread::isThreadRunning ())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user