From 43e34d028115c43577713c0c3e1f0c33b0aac94a Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 14 Aug 2010 08:37:38 +0200 Subject: engine leak fixed; pgm compilation fixed --- src/i_engine.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/i_engine.hpp') diff --git a/src/i_engine.hpp b/src/i_engine.hpp index 0ba94f5..e104a9c 100644 --- a/src/i_engine.hpp +++ b/src/i_engine.hpp @@ -34,6 +34,10 @@ namespace zmq // Unplug the engine from the session. virtual void unplug () = 0; + // Terminate and deallocate the engine. Note that 'detached' + // events in not fired on termination. + virtual void terminate () = 0; + // This method is called by the session to signalise that more // messages can be written to the pipe. virtual void activate_in () = 0; -- cgit v1.2.3