From 7a685b0f88386b11c4c1fcbb45324aa28f4e2eac Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 8 Oct 2010 17:23:21 +0200 Subject: Clean-up of session termination process Specifically, shutdown of child objects is initiated *before* termination handshake with socket object. Signed-off-by: Martin Sustrik --- src/pipe.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pipe.hpp') diff --git a/src/pipe.hpp b/src/pipe.hpp index 1659e2e..bfe6603 100644 --- a/src/pipe.hpp +++ b/src/pipe.hpp @@ -52,6 +52,7 @@ namespace zmq virtual void terminated (class reader_t *pipe_) = 0; virtual void activated (class reader_t *pipe_) = 0; + virtual void delimited (class reader_t *pipe_) = 0; }; class reader_t : public object_t, public array_item_t -- cgit v1.2.3