| 563 | } |
| 564 | |
| 565 | void DrapeEngine::RemoveSubroute(dp::DrapeID subrouteId, bool deactivateFollowing) |
| 566 | { |
| 567 | m_threadCommutator->PostMessage(ThreadsCommutator::ResourceUploadThread, |
| 568 | make_unique_dp<RemoveSubrouteMessage>(subrouteId, deactivateFollowing), |
| 569 | MessagePriority::Normal); |
| 570 | } |
| 571 | |
| 572 | void DrapeEngine::DeactivateRouteFollowing() |
| 573 | { |
no test coverage detected