| 803 | } |
| 804 | |
| 805 | void RoutingSession::RouteCall(RouteCallback const & callback) const |
| 806 | { |
| 807 | CHECK_THREAD_CHECKER(m_threadChecker, ()); |
| 808 | CHECK(m_route, ()); |
| 809 | callback(*m_route); |
| 810 | } |
| 811 | |
| 812 | void RoutingSession::EmitCloseRoutingEvent() const |
| 813 | { |