subscribe API removed

This commit is contained in:
Martin Sustrik
2009-08-17 14:07:34 +02:00
parent 059beca59d
commit 131f2e3096
6 changed files with 0 additions and 21 deletions

View File

@@ -41,7 +41,6 @@ int main (int argc, const char *argv [])
zmq::context_t ctx (1, 1);
zmq::socket_t s (ctx, ZMQ_SUB);
s.connect (chatroom_out_address);
s.subscribe ("*");
while (true) {