summaryrefslogtreecommitdiff
path: root/src/pub.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-05-30 10:07:34 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-05-30 10:07:34 +0200
commit0b59866a84f733e5a53b0d2f32570581691747ef (patch)
tree8861d97915544dc4385177931f299a6f27603c92 /src/pub.hpp
parent311fb0d852374e769d8ff791c9df38f0464960c6 (diff)
Patches from sub-forward branch incorporated
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/pub.hpp')
-rw-r--r--src/pub.hpp4
1 files changed, 4 insertions, 0 deletions
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&);