| 288 | } |
| 289 | |
| 290 | std::string ServerImpl::getSource(std::string const &destination) const { |
| 291 | /// @todo needs removal/replacement post path tree |
| 292 | std::string ret; |
| 293 | m_callControlled([&] { ret = m_routes.getSource(destination); }); |
| 294 | return ret; |
| 295 | } |
| 296 | |
| 297 | void ServerImpl::m_orderedDestruction() { |
| 298 | m_ctx.reset(); |
nothing calls this directly
no outgoing calls
no test coverage detected