refs #873, allow to request aircraft parts (aircraft config) from network

This commit is contained in:
Klaus Basan
2017-02-03 03:20:12 +01:00
committed by Mathew Sutcliffe
parent 3afead9f71
commit 7eacb41113
6 changed files with 25 additions and 1 deletions

View File

@@ -266,6 +266,11 @@ namespace BlackCore
this->m_dBusInterface->callDBus(QLatin1Literal("testReceivedTextMessages"), textMessages);
}
void CContextNetworkProxy::testRequestAircraftConfig(const CCallsign &callsign)
{
this->m_dBusInterface->callDBus(QLatin1Literal("testRequestAircraftConfig"), callsign);
}
CStatusMessage CContextNetworkProxy::connectToNetwork(const CServer &server, INetwork::LoginMode loginMode)
{
return this->m_dBusInterface->callDBusRet<BlackMisc::CStatusMessage>(QLatin1Literal("connectToNetwork"), server, loginMode);