mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
single term ack counting mechanism for every socket (no separate mechanisms for fq_t and lb_t)
This commit is contained in:
@@ -24,13 +24,12 @@
|
||||
|
||||
#include "trie.hpp"
|
||||
#include "socket_base.hpp"
|
||||
#include "i_terminate_events.hpp"
|
||||
#include "fq.hpp"
|
||||
|
||||
namespace zmq
|
||||
{
|
||||
|
||||
class sub_t : public socket_base_t, public i_terminate_events
|
||||
class sub_t : public socket_base_t
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -48,9 +47,6 @@ namespace zmq
|
||||
|
||||
private:
|
||||
|
||||
// i_terminate_events interface implementation.
|
||||
void terminated ();
|
||||
|
||||
// Hook into the termination process.
|
||||
void process_term ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user