| 79 | void Server::triggerHardwareDetect() { m_impl->triggerHardwareDetect(); } |
| 80 | |
| 81 | void Server::registerMainloopMethod(MainloopMethod f) { |
| 82 | m_impl->registerMainloopMethod(f); |
| 83 | } |
| 84 | |
| 85 | bool Server::addRoute(std::string const &routingDirective) { |
| 86 | return m_impl->addRoute(routingDirective); |