mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
committed by
Mathew Sutcliffe
parent
0eaab1753d
commit
aafe211b5c
@@ -448,13 +448,13 @@ namespace BlackSimPlugin
|
||||
});
|
||||
}
|
||||
|
||||
void CSimulatorFs9Listener::start()
|
||||
void CSimulatorFs9Listener::startImpl()
|
||||
{
|
||||
m_isStarted = false;
|
||||
m_timer->start();
|
||||
}
|
||||
|
||||
void CSimulatorFs9Listener::stop()
|
||||
void CSimulatorFs9Listener::stopImpl()
|
||||
{
|
||||
m_timer->stop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user