diff options
Diffstat (limited to 'src/xreq.hpp')
-rw-r--r-- | src/xreq.hpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/xreq.hpp b/src/xreq.hpp index 9dc10c5..eeb349d 100644 --- a/src/xreq.hpp +++ b/src/xreq.hpp @@ -21,14 +21,13 @@ #define __ZMQ_XREQ_HPP_INCLUDED__ #include "socket_base.hpp" -#include "i_terminate_events.hpp" #include "fq.hpp" #include "lb.hpp" namespace zmq { - class xreq_t : public socket_base_t, public i_terminate_events + class xreq_t : public socket_base_t { public: @@ -47,9 +46,6 @@ namespace zmq private: - // i_terminate_events interface implementation. - void terminated (); - // Hook into the termination process. void process_term (); |