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