refs #417 Add support for FSX and FS9

This commit is contained in:
Michal Garapich
2015-05-29 21:57:53 +02:00
parent 23761fad13
commit b9b2b5770a
4 changed files with 2 additions and 36 deletions

View File

@@ -88,12 +88,6 @@ namespace BlackSimPlugin
return true;
}
void CSimulatorFs9::asyncConnectTo()
{
// Since we are running the host in its own thread, it is async anyway
connectTo();
}
bool CSimulatorFs9::disconnectFrom()
{
if (!m_simConnected) { return true; }

View File

@@ -52,9 +52,6 @@ namespace BlackSimPlugin
//! \copydoc ISimulator::connectTo()
virtual bool connectTo() override;
//! \copydoc ISimulator::connectTo()
virtual void asyncConnectTo() override;
//! \copydoc ISimulator::disconnectFrom()
virtual bool disconnectFrom() override;