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>2015-07-27 17:50:10 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:58:37 +0300
commit89782be32afe692e7e6c26148b66219ffcd9ff5b (patch)
treea138b8cbe42389225d20889eeedf70ed4b40156a /routing/routing_session.hpp
parente1668eeda0dcfd9286cb2dd70eac455b69a89665 (diff)
Split routing callback setting to the two separate framework functions.
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 90b9323de6..9c8973541d 100644
--- a/routing/routing_session.hpp
+++ b/routing/routing_session.hpp
@@ -107,6 +107,8 @@ private:
void operator()(Route & route, IRouter::ResultCode e);
};
+ void AssignRoute(Route & route, IRouter::ResultCode e);
+
//TODO (ldragunov) Make consistent DoReady and DoProgress callbacks. Now DoReady runs
// GUI proc inside caller function, and DoProgressCallback calls it inside callback wrapper.
struct DoProgressCallback