Destruction of session is delayed till both in & out pipes are closed

This commit is contained in:
Martin Sustrik
2010-08-06 20:55:37 +02:00
parent 05d908492d
commit f77edfce26
3 changed files with 4 additions and 12 deletions

View File

@@ -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_);