Change name of icanhasall to subscribe_to_all

icanhasall is cute (for now), but the effect of the variable is clear
only after tracking down its origin reading the commit. This change is
intended to make it easier for people to have some intuition about its
effect from its name.
This commit is contained in:
Shawn J. Goff
2013-08-31 09:53:47 -04:00
parent 82a00e3a98
commit 6a18f59532
18 changed files with 39 additions and 39 deletions

View File

@@ -39,7 +39,7 @@ namespace zmq
~stream_t ();
// Overloads of functions from socket_base_t.
void xattach_pipe (zmq::pipe_t *pipe_, bool icanhasall_);
void xattach_pipe (zmq::pipe_t *pipe_, bool subscribe_to_all_);
int xsend (zmq::msg_t *msg_);
int xrecv (zmq::msg_t *msg_);
bool xhas_in ();