From 131f2e309668d1e64cfcb4aeb869665d8018bcfe Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 17 Aug 2009 14:07:34 +0200 Subject: subscribe API removed --- include/zmq.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/zmq.hpp') diff --git a/include/zmq.hpp b/include/zmq.hpp index 0ba972b..e8e4f15 100644 --- a/include/zmq.hpp +++ b/include/zmq.hpp @@ -260,12 +260,6 @@ namespace zmq } } - inline void subscribe (const char *criteria_) - { - int rc = zmq_subscribe (ptr, criteria_); - assert (rc == 0); - } - inline int send (message_t &msg_, int flags_ = 0) { int rc = zmq_send (ptr, &msg_, flags_); -- cgit v1.2.3