refs #811, get count in readers/services

This commit is contained in:
Klaus Basan
2016-11-18 21:49:25 +01:00
parent 0bedc9f084
commit b6a59decc7
4 changed files with 19 additions and 0 deletions

View File

@@ -291,6 +291,10 @@ namespace BlackCore
//! \\threadsafe
BlackMisc::Aviation::CAirportList getAirports() const;
//! Get airports count
//! \\threadsafe
int getAirportsCount() const;
//! Get METARs
//! \threadsafe
BlackMisc::Weather::CMetarList getMetars() const;