From f8bf3a4cef6b8e1688683ab8c5ed6dd1bc8e3a12 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 27 Jun 2011 18:16:53 +0200 Subject: Rename i_inout to i_engine_sink Signed-off-by: Martin Sustrik --- src/zmq_init.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/zmq_init.hpp') diff --git a/src/zmq_init.hpp b/src/zmq_init.hpp index ec9b2b3..3324f5e 100644 --- a/src/zmq_init.hpp +++ b/src/zmq_init.hpp @@ -23,7 +23,6 @@ #include -#include "i_inout.hpp" #include "i_engine.hpp" #include "stdint.hpp" #include "blob.hpp" @@ -36,7 +35,9 @@ namespace zmq // The class handles initialisation phase of 0MQ wire-level protocol. - class zmq_init_t : public own_t, public i_inout + class zmq_init_t : + public own_t, + public i_engine_sink { public: @@ -56,7 +57,7 @@ namespace zmq void finalise_initialisation (); void dispatch_engine (); - // i_inout interface implementation. + // i_engine_sink interface implementation. bool read (class msg_t *msg_); bool write (class msg_t *msg_); void flush (); -- cgit v1.2.3