summaryrefslogtreecommitdiff
path: root/src/sub.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-09-18 07:37:36 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-09-18 07:37:36 +0200
commit4c6d07d3668558d910c9b1d19d52ccdeacc90574 (patch)
tree3530c8b03e9b475165d8bb3cf2eb425f5bfdd45e /src/sub.hpp
parentfb6ce536d96c82e8f4378a87a5d59aefcc57a96d (diff)
single term ack counting mechanism for every socket (no separate mechanisms for fq_t and lb_t)
Diffstat (limited to 'src/sub.hpp')
-rw-r--r--src/sub.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/sub.hpp b/src/sub.hpp
index 659e04b..06a5333 100644
--- a/src/sub.hpp
+++ b/src/sub.hpp
@@ -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 ();