26 #ifndef __IMAGESERVERLISTENER__H__INCL__
27 #define __IMAGESERVERLISTENER__H__INCL__
49 void HandleAccept(std::shared_ptr<ImageServerConnection> connection);
54 #endif // __IMAGESERVERLISTENER__H__INCL__
boost::asio::ip::tcp::acceptor * _acceptor
Handles listening for new clients.
void HandleAccept(std::shared_ptr< ImageServerConnection > connection)
ImageServerListener(boost::asio::io_context &io)