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:
Klaus Basan
2014-02-07 15:46:39 +01:00
parent c4b458c97c
commit 2cbddeb5ee
5 changed files with 10 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ namespace BlackCore
/*!
* \copydoc IContextNetwork::readAtcBookingsFromSource()
*/
virtual void readAtcBookingsFromSource() const;
virtual void readAtcBookingsFromSource();
/*!
* \copydoc IContextNetwork::getAtcStationsOnline()