mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 19:10:22 +01:00
Use generic session class whenever possible
This commit is contained in:
@@ -255,15 +255,3 @@ void zmq::stream_t::identify_peer (pipe_t *pipe_)
|
||||
outpipes_t::value_type (identity, outpipe)).second;
|
||||
zmq_assert (ok);
|
||||
}
|
||||
|
||||
zmq::stream_session_t::stream_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::stream_session_t::~stream_session_t ()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user