Use generic session class whenever possible

This commit is contained in:
Martin Hurton
2013-06-29 11:24:46 +02:00
parent 1beec5e960
commit fd7e9b8c46
25 changed files with 6 additions and 344 deletions

View File

@@ -406,15 +406,3 @@ bool zmq::router_t::identify_peer (pipe_t *pipe_)
return true;
}
zmq::router_session_t::router_session_t (io_thread_t *io_thread_, bool connect_,
socket_base_t *socket_, const options_t &options_,
const address_t *addr_) :
session_base_t (io_thread_, connect_, socket_, options_, addr_)
{
}
zmq::router_session_t::~router_session_t ()
{
}