Merge branch 'master' of git@github.com:sustrik/zeromq2

This commit is contained in:
Martin Sustrik
2009-09-11 18:18:25 +02:00
14 changed files with 1361 additions and 21 deletions

View File

@@ -23,7 +23,7 @@
#include "err.hpp"
zmq::sub_t::sub_t (class app_thread_t *parent_) :
socket_base_t (parent_),
socket_base_t (parent_, ZMQ_SUB),
all_count (0)
{
}