summaryrefslogtreecommitdiff
path: root/src/pipe.hpp
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.hpp
parent05d908492dc382941fc633ad7082b5bd86e84e67 (diff)
Destruction of session is delayed till both in & out pipes are closed
Diffstat (limited to 'src/pipe.hpp')
-rw-r--r--src/pipe.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pipe.hpp b/src/pipe.hpp
index 34c5600..12b0dfe 100644
--- a/src/pipe.hpp
+++ b/src/pipe.hpp
@@ -67,10 +67,6 @@ namespace zmq
// Ask pipe to terminate.
void terminate ();
- // Returns true if the pipe is already terminating
- // (say if delimiter was already read).
- bool is_terminating ();
-
private:
reader_t (class object_t *parent_, pipe_t *pipe_, uint64_t lwm_);