mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
ZMQ_NOFLUSH and zmq_flush obsoleted
This commit is contained in:
@@ -236,13 +236,6 @@ namespace zmq
|
||||
throw error_t ();
|
||||
}
|
||||
|
||||
inline void flush ()
|
||||
{
|
||||
int rc = zmq_flush (ptr);
|
||||
if (rc != 0)
|
||||
throw error_t ();
|
||||
}
|
||||
|
||||
inline bool recv (message_t *msg_, int flags_ = 0)
|
||||
{
|
||||
int rc = zmq_recv (ptr, msg_, flags_);
|
||||
|
||||
Reference in New Issue
Block a user