Rename terminated->pipe_terminated

This commit is contained in:
Martin Hurton
2013-05-28 16:49:24 +02:00
parent 7a43c02aaf
commit c3e40736de
26 changed files with 36 additions and 36 deletions

View File

@@ -53,7 +53,7 @@ namespace zmq
bool xhas_out ();
void xread_activated (zmq::pipe_t *pipe_);
void xwrite_activated (zmq::pipe_t *pipe_);
void xterminated (zmq::pipe_t *pipe_);
void xpipe_terminated (zmq::pipe_t *pipe_);
protected: