From 4c6d07d3668558d910c9b1d19d52ccdeacc90574 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 18 Sep 2010 07:37:36 +0200 Subject: single term ack counting mechanism for every socket (no separate mechanisms for fq_t and lb_t) --- src/push.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/push.hpp') diff --git a/src/push.hpp b/src/push.hpp index aed2662..29a1a1a 100644 --- a/src/push.hpp +++ b/src/push.hpp @@ -20,14 +20,13 @@ #ifndef __ZMQ_PUSH_HPP_INCLUDED__ #define __ZMQ_PUSH_HPP_INCLUDED__ -#include "i_terminate_events.hpp" #include "socket_base.hpp" #include "lb.hpp" namespace zmq { - class push_t : public socket_base_t, public i_terminate_events + class push_t : public socket_base_t { public: @@ -44,9 +43,6 @@ namespace zmq private: - // i_terminate_events interface implementation. - void terminated (); - // Hook into the termination process. void process_term (); -- cgit v1.2.3