X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fserver.h;h=fbcd7e870ff006204739ba26258c26d019dadeb5;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hp=59722274ee17b186d50a34f35df91182d7fbd411;hpb=ebc29bddd5cbc5cad23cc9b1095d842f55ece5e0;p=dcpomatic.git diff --git a/src/lib/server.h b/src/lib/server.h index 59722274e..fbcd7e870 100644 --- a/src/lib/server.h +++ b/src/lib/server.h @@ -24,6 +24,7 @@ #include #include #include +#include #include class Socket; @@ -42,10 +43,10 @@ protected: bool _terminate; private: - virtual void handle (boost::shared_ptr socket) = 0; + virtual void handle (std::shared_ptr socket) = 0; void start_accept (); - void handle_accept (boost::shared_ptr, boost::system::error_code const &); + void handle_accept (std::shared_ptr, boost::system::error_code const &); boost::asio::io_service _io_service; boost::asio::ip::tcp::acceptor _acceptor;