7 #ifndef HTTP_ACCEPTOR_H 8 #define HTTP_ACCEPTOR_H 11 #include <boost/function.hpp> 12 #include <boost/system/system_error.hpp> 18 typedef boost::function<void(
const boost::system::error_code&)>
asiolink::TCPAcceptor< HttpAcceptorCallback > HttpAcceptor
Type of the TCP acceptor used in this library.
boost::function< void(const boost::system::error_code &)> HttpAcceptorCallback
Type of the callback for the TCP acceptor used in this library.
Defines the logger used by the top-level component of kea-dhcp-ddns.