different fixes to req/rep

This commit is contained in:
Martin Sustrik
2009-09-21 17:20:13 +02:00
parent cb1b6fe32c
commit b15f695976
17 changed files with 79 additions and 129 deletions

View File

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