mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
Ref T345, fixed bug: only one station must be updated with the new message
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user