summaryrefslogtreecommitdiff
path: root/src/pipe.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-08-06 20:55:37 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-08-25 15:39:20 +0200
commitf77edfce26bf50ab6eae6550d33f345c9785acca (patch)
tree5032230e78bf21451f1a6e1643140734f0fada15 /src/pipe.cpp
parent05d908492dc382941fc633ad7082b5bd86e84e67 (diff)
Destruction of session is delayed till both in & out pipes are closed
Diffstat (limited to 'src/pipe.cpp')
-rw-r--r--src/pipe.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pipe.cpp b/src/pipe.cpp
index 1903422..14fc753 100644
--- a/src/pipe.cpp
+++ b/src/pipe.cpp
@@ -130,11 +130,6 @@ void zmq::reader_t::terminate ()
send_pipe_term (writer);
}
-bool zmq::reader_t::is_terminating ()
-{
- return terminating;
-}
-
void zmq::reader_t::process_revive ()
{
// Forward the event to the sink (either socket or session).