summaryrefslogtreecommitdiff
path: root/src/xrep.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-10-08 17:23:21 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-10-08 17:23:21 +0200
commit7a685b0f88386b11c4c1fcbb45324aa28f4e2eac (patch)
treee26729a4aebeb487b699a09330a8856521375d24 /src/xrep.cpp
parent965fb7755b50ca1522f076da46fa3651812126e1 (diff)
Clean-up of session termination process
Specifically, shutdown of child objects is initiated *before* termination handshake with socket object. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/xrep.cpp')
-rw-r--r--src/xrep.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xrep.cpp b/src/xrep.cpp
index d45b8aa..9cbd9cb 100644
--- a/src/xrep.cpp
+++ b/src/xrep.cpp
@@ -135,6 +135,10 @@ void zmq::xrep_t::terminated (writer_t *pipe_)
zmq_assert (false);
}
+void zmq::xrep_t::delimited (reader_t *pipe_)
+{
+}
+
void zmq::xrep_t::activated (reader_t *pipe_)
{
for (inpipes_t::iterator it = inpipes.begin (); it != inpipes.end ();