1 #ifndef _spin_listener_h
2 #define _spin_listener_h
4 #include <boost/cstdint.hpp>
5 #include "Connection.h"
12 Listener(boost::uint32_t local_address
, boost::uint16_t local_port
, bool use_ssl
= false);
18 // Neither CopyConstructible nor Assignable
19 Listener(const Listener
&);
20 Listener
& operator=(const Listener
&);