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

@@ -54,7 +54,7 @@ namespace zmq
void unmatch ();
// Removes the pipe from the distributor object.
void terminated (zmq::pipe_t *pipe_);
void pipe_terminated (zmq::pipe_t *pipe_);
// Send the message to the matching outbound pipes.
int send_to_matching (zmq::msg_t *msg_);