summaryrefslogtreecommitdiff
path: root/src/push.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/push.hpp')
-rw-r--r--src/push.hpp6
1 files changed, 1 insertions, 5 deletions
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 ();