| 172 | } |
| 173 | |
| 174 | void ServiceMsgServer::ProcessCtrlAltDelete() { |
| 175 | service_->SimulateCtrlAltDelete(); |
| 176 | } |
| 177 | |
| 178 | void ServiceMsgServer::PostBinaryMessage(const std::string& msg) { |
| 179 | if (server_ && server_->is_started()) { |
nothing calls this directly
no test coverage detected