Fix some comments regarding method overriding

This commit is contained in:
Martin Hurton
2014-01-08 18:25:31 +01:00
parent 60d6b89c5e
commit a80fb34765
12 changed files with 14 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ namespace zmq
stream_t (zmq::ctx_t *parent_, uint32_t tid_, int sid);
~stream_t ();
// Overloads of functions from socket_base_t.
// Overrides of functions from socket_base_t.
void xattach_pipe (zmq::pipe_t *pipe_, bool subscribe_to_all_);
int xsend (zmq::msg_t *msg_);
int xrecv (zmq::msg_t *msg_);