mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Fix some comments regarding method overriding
This commit is contained in:
@@ -44,7 +44,7 @@ namespace zmq
|
||||
router_t (zmq::ctx_t *parent_, uint32_t tid_, int sid);
|
||||
~router_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 xsetsockopt (int option_, const void *optval_, size_t optvallen_);
|
||||
int xsend (zmq::msg_t *msg_);
|
||||
|
||||
Reference in New Issue
Block a user