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/fq.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fq.hpp') diff --git a/src/fq.hpp b/src/fq.hpp index c356b21..8825d92 100644 --- a/src/fq.hpp +++ b/src/fq.hpp @@ -45,6 +45,7 @@ namespace zmq // i_reader_events implementation. void activated (reader_t *pipe_); void terminated (reader_t *pipe_); + void delimited (reader_t *pipe_); private: -- cgit v1.2.3