mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 19:52:00 +01:00
Use generic session class whenever possible
This commit is contained in:
12
src/sub.cpp
12
src/sub.cpp
@@ -78,15 +78,3 @@ bool zmq::sub_t::xhas_out ()
|
||||
// Overload the XSUB's send.
|
||||
return false;
|
||||
}
|
||||
|
||||
zmq::sub_session_t::sub_session_t (io_thread_t *io_thread_, bool connect_,
|
||||
socket_base_t *socket_, const options_t &options_,
|
||||
const address_t *addr_) :
|
||||
xsub_session_t (io_thread_, connect_, socket_, options_, addr_)
|
||||
{
|
||||
}
|
||||
|
||||
zmq::sub_session_t::~sub_session_t ()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user