summaryrefslogtreecommitdiff
path: root/src/pub.hpp
diff options
context:
space:
mode:
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&);