From dfdaff5eba1e6980adb3326c119d2070d0ad42bb Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 20 Mar 2010 10:58:59 +0100 Subject: XREP-style prefixing/trimming messages removed --- src/i_engine.hpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/i_engine.hpp') diff --git a/src/i_engine.hpp b/src/i_engine.hpp index bb5f391..ea6b850 100644 --- a/src/i_engine.hpp +++ b/src/i_engine.hpp @@ -22,8 +22,6 @@ #include -#include "blob.hpp" - namespace zmq { @@ -41,13 +39,9 @@ namespace zmq // are messages to send available. virtual void revive () = 0; + // This method is called by the session to signalise that more + // messages can be written to the pipe. virtual void resume_input () = 0; - - // Engine should add the prefix supplied to all inbound messages. - virtual void add_prefix (const blob_t &identity_) = 0; - - // Engine should trim prefix from all the outbound messages. - virtual void trim_prefix () = 0; }; } -- cgit v1.2.3