| 248 | } |
| 249 | |
| 250 | void DrapeEngine::InvalidateUserMarks() |
| 251 | { |
| 252 | m_threadCommutator->PostMessage(ThreadsCommutator::ResourceUploadThread, make_unique_dp<InvalidateUserMarksMessage>(), |
| 253 | MessagePriority::Normal); |
| 254 | } |
| 255 | |
| 256 | void DrapeEngine::UpdateUserMarks(UserMarksProvider * provider, bool firstTime) |
| 257 | { |
nothing calls this directly
no test coverage detected