mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Some minor network context upfront fixes discovered:
* readAtcBookingsFromSource() const; to non const, it changes data in the context * better adjusting of update time for bookings * No updates if URL is empty, checked.
This commit is contained in:
@@ -72,7 +72,7 @@ namespace BlackCore
|
||||
/*!
|
||||
* \copydoc IContextNetwork::readAtcBookingsFromSource()
|
||||
*/
|
||||
virtual void readAtcBookingsFromSource() const;
|
||||
virtual void readAtcBookingsFromSource();
|
||||
|
||||
/*!
|
||||
* \copydoc IContextNetwork::getAtcStationsOnline()
|
||||
|
||||
Reference in New Issue
Block a user