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

@@ -47,7 +47,7 @@ namespace zmq
int xrecv (zmq::msg_t *msg_);
bool xhas_in ();
void xread_activated (zmq::pipe_t *pipe_);
void xterminated (zmq::pipe_t *pipe_);
void xpipe_terminated (zmq::pipe_t *pipe_);
private: