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