From 0b59866a84f733e5a53b0d2f32570581691747ef Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 30 May 2011 10:07:34 +0200 Subject: Patches from sub-forward branch incorporated Signed-off-by: Martin Sustrik --- src/pub.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pub.hpp') diff --git a/src/pub.hpp b/src/pub.hpp index e69af3c..c8db55f 100644 --- a/src/pub.hpp +++ b/src/pub.hpp @@ -33,6 +33,10 @@ namespace zmq pub_t (class ctx_t *parent_, uint32_t tid_); ~pub_t (); + // Implementations of virtual functions from socket_base_t. + int xrecv (class msg_t *msg_, int flags_); + bool xhas_in (); + private: pub_t (const pub_t&); -- cgit v1.2.3