| 108 | } |
| 109 | |
| 110 | std::string Server::getSource(std::string const &destination) const { |
| 111 | return m_impl->getSource(destination); |
| 112 | } |
| 113 | |
| 114 | void Server::setSleepTime(int microseconds) { |
| 115 | m_impl->setSleepTime(microseconds); |
no outgoing calls
no test coverage detected