mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[traffxml] Remove unused HttpTraffSource::ThreadRoutine()
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -528,15 +528,6 @@ private:
|
|||||||
*/
|
*/
|
||||||
void OnPollResponse(TraffResponse & response);
|
void OnPollResponse(TraffResponse & response);
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Event loop for the worker thread.
|
|
||||||
*
|
|
||||||
* This method runs an event loop, which blocks until woken up. When woken up, it processes the
|
|
||||||
* request (subscribe, change subscription, poll or unsubscribe) and its result, then blocks
|
|
||||||
* again until woken up for the next request.
|
|
||||||
*/
|
|
||||||
void ThreadRoutine();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief The update interval, 5 minutes.
|
* @brief The update interval, 5 minutes.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user