Renamed function to hasSuccesfullyConnectedSwiftDb()

This commit is contained in:
Klaus Basan
2017-09-18 00:40:07 +02:00
committed by Mathew Sutcliffe
parent 1aa8cfb1e8
commit 52caf795d1
4 changed files with 5 additions and 5 deletions

View File

@@ -165,7 +165,7 @@ namespace BlackCore
initSharedInfoObjectReaderAndTriggerRead();
}
bool CWebDataServices::hasConnectedSwiftDb() const
bool CWebDataServices::hasSuccesfullyConnectedSwiftDb() const
{
if (!m_icaoDataReader && !m_modelDataReader && !m_airportDataReader && !m_dbInfoDataReader) { return false; }