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

@@ -48,7 +48,6 @@ namespace zmq
void xrevive (class writer_t *pipe_);
int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
int xsend (zmq_msg_t *msg_, int flags_);
int xflush ();
int xrecv (zmq_msg_t *msg_, int flags_);
bool xhas_in ();
bool xhas_out ();