summaryrefslogtreecommitdiff
path: root/include/zmq.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-08-17 14:07:34 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-08-17 14:07:34 +0200
commit131f2e309668d1e64cfcb4aeb869665d8018bcfe (patch)
tree8208d4bd7bc2d21a24831566fbc8480676d80e78 /include/zmq.hpp
parent059beca59d39d90a8ee0e1b07f840994962ea89e (diff)
subscribe API removed
Diffstat (limited to 'include/zmq.hpp')
-rw-r--r--include/zmq.hpp6
1 files changed, 0 insertions, 6 deletions
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_);