mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Renamed function to hasSuccesfullyConnectedSwiftDb()
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1aa8cfb1e8
commit
52caf795d1
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user