From b15f695976d21300beabc3e0ecef87c1a0b4dc4c Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 21 Sep 2009 17:20:13 +0200 Subject: different fixes to req/rep --- src/p2p.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/p2p.hpp') diff --git a/src/p2p.hpp b/src/p2p.hpp index 84790a1..a3dae31 100644 --- a/src/p2p.hpp +++ b/src/p2p.hpp @@ -33,8 +33,6 @@ namespace zmq ~p2p_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_); -- cgit v1.2.3