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

@@ -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_);