summaryrefslogtreecommitdiff
path: root/src/pub.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-09-21 17:20:13 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-09-21 17:20:13 +0200
commitb15f695976d21300beabc3e0ecef87c1a0b4dc4c (patch)
tree09513a17251be5bc8d132b8d00cbf2b893bcf57a /src/pub.hpp
parentcb1b6fe32cbf3c7cf5961bb4156f2de743693a3a (diff)
different fixes to req/rep
Diffstat (limited to 'src/pub.hpp')
-rw-r--r--src/pub.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pub.hpp b/src/pub.hpp
index 8255c6f..c5eeac1 100644
--- a/src/pub.hpp
+++ b/src/pub.hpp
@@ -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_);