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/xrep.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/xrep.hpp') diff --git a/src/xrep.hpp b/src/xrep.hpp index b16682d..4831aaf 100644 --- a/src/xrep.hpp +++ b/src/xrep.hpp @@ -57,6 +57,7 @@ namespace zmq // i_reader_events interface implementation. void activated (reader_t *pipe_); void terminated (reader_t *pipe_); + void delimited (reader_t *pipe_); // i_writer_events interface implementation. void activated (writer_t *pipe_); -- cgit v1.2.3