| 293 | } |
| 294 | |
| 295 | void DisplayDriverServer::serverThread() |
| 296 | { |
| 297 | try |
| 298 | { |
| 299 | m_data->m_service.run(); |
| 300 | } |
| 301 | catch( std::exception &e ) |
| 302 | { |
| 303 | msg( Msg::Error, "DisplayDriverServer::serverThread", e.what() ); |
| 304 | } |
| 305 | } |
| 306 | |
| 307 | void DisplayDriverServer::handleAccept( DisplayDriverServer::SessionPtr session, const boost::system::error_code& error) |
| 308 | { |