Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2016-03-31 11:11:24 +0300
committerLev Dragunov <l.dragunov@corp.mail.ru>2016-03-31 11:12:17 +0300
commit90677b494e88db016165da26307f01e290b9e6e2 (patch)
tree8137cda146ae601024a1c8771b2d8a7a3bca4617 /routing/routing_session.hpp
parent05e6dc92f528d749e6d7279bef0425d3527222d7 (diff)
More details to close routing statistics.
Diffstat (limited to 'routing/routing_session.hpp')
-rw-r--r--routing/routing_session.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/routing/routing_session.hpp b/routing/routing_session.hpp
index b0ed984dac..036f16ffde 100644
--- a/routing/routing_session.hpp
+++ b/routing/routing_session.hpp
@@ -123,6 +123,8 @@ public:
void GenerateTurnNotifications(vector<string> & turnNotifications);
double GetCompletionPercent() const;
+ void EmitCloseRoutingEvent() const;
+
private:
struct DoReadyCallback
{