Ref T345, fixed bug: only one station must be updated with the new message

This commit is contained in:
Klaus Basan
2018-09-17 18:24:42 +02:00
parent 4913b93724
commit a9f0cebe13
3 changed files with 16 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ namespace BlackMisc
CAtcStationList findIfComUnitTunedIn25KHz(const CComSystem &comUnit) const;
//! Update if message changed
int updateIfMessageChanged(const CInformationMessage &im, bool overrideWithNewer);
bool updateIfMessageChanged(const CInformationMessage &im, const CCallsign &callsign, bool overrideWithNewer);
//! Set online status
int setOnline(const CCallsign &callsign, bool online);