refs #745, get temp. livery from web services

This commit is contained in:
Klaus Basan
2016-08-26 23:03:58 +02:00
parent a98441c315
commit f506d780b9
3 changed files with 11 additions and 1 deletions

View File

@@ -181,6 +181,10 @@ namespace BlackCore
//! \threadsafe
BlackMisc::Aviation::CLivery getLiveryForCombinedCode(const QString &combinedCode) const;
//! The temp. livery if available
//! \threadsafe
BlackMisc::Aviation::CLivery getTempLiveryOrDefault() const;
//! Standard livery for airline code
//! \threadsafe
BlackMisc::Aviation::CLivery getStdLiveryForAirlineCode(const BlackMisc::Aviation::CAirlineIcaoCode &icao) const;