mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
different fixes to req/rep
This commit is contained in:
@@ -34,8 +34,6 @@ namespace zmq
|
||||
~pub_t ();
|
||||
|
||||
// Overloads of functions from socket_base_t.
|
||||
bool xrequires_in ();
|
||||
bool xrequires_out ();
|
||||
void xattach_pipes (class reader_t *inpipe_, class writer_t *outpipe_);
|
||||
void xdetach_inpipe (class reader_t *pipe_);
|
||||
void xdetach_outpipe (class writer_t *pipe_);
|
||||
|
||||
Reference in New Issue
Block a user