ZMQ_NOFLUSH and zmq_flush obsoleted

This commit is contained in:
Martin Sustrik
2010-03-13 14:40:10 +01:00
parent c42343d3f0
commit 61ad236e95
28 changed files with 8 additions and 162 deletions

View File

@@ -335,11 +335,6 @@ int zmq::socket_base_t::send (::zmq_msg_t *msg_, int flags_)
return 0;
}
int zmq::socket_base_t::flush ()
{
return xflush ();
}
int zmq::socket_base_t::recv (::zmq_msg_t *msg_, int flags_)
{
// Get the message.