| 118 | int Server::getSleepTime() const { return m_impl->getSleepTime(); } |
| 119 | |
| 120 | Server::Server(connection::ConnectionPtr const &conn, |
| 121 | private_constructor const &) |
| 122 | : m_impl(new ServerImpl(conn)) {} |
| 123 | |
| 124 | Server::~Server() {} |
| 125 |
nothing calls this directly
no outgoing calls
no test coverage detected