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