| 67 | void Server::loadAutoPlugins() { m_impl->loadAutoPlugins(); } |
| 68 | |
| 69 | void Server::setHardwareDetectOnConnection() { |
| 70 | m_impl->setHardwareDetectOnConnection(); |
| 71 | } |
| 72 | |
| 73 | void Server::instantiateDriver(std::string const &plugin, |
| 74 | std::string const &driver, |