| 101 | } |
| 102 | |
| 103 | void Server::addExternalDevice(std::string const &path, |
| 104 | std::string const &deviceName, |
| 105 | std::string const &server, |
| 106 | std::string const &descriptor) { |
| 107 | m_impl->addExternalDevice(path, deviceName, server, descriptor); |
| 108 | } |
| 109 | |
| 110 | std::string Server::getSource(std::string const &destination) const { |
| 111 | return m_impl->getSource(destination); |
no outgoing calls
no test coverage detected