refs #417 Remove ISimulator::asyncConnectTo() for x-plane

This commit is contained in:
Michał Garapich
2015-05-24 11:28:46 +02:00
committed by Michal Garapich
parent e3bb701d7b
commit 23761fad13
4 changed files with 1 additions and 15 deletions

View File

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