Commit 7479871c authored by Martin Sustrik's avatar Martin Sustrik

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

parents 8aa09086 3e640836
......@@ -197,6 +197,10 @@
RelativePath="..\..\..\src\fd_signaler.cpp"
>
</File>
<File
RelativePath="..\..\..\src\fq.cpp"
>
</File>
<File
RelativePath="..\..\..\src\io_object.cpp"
>
......@@ -213,6 +217,10 @@
RelativePath="..\..\..\src\kqueue.cpp"
>
</File>
<File
RelativePath="..\..\..\src\lb.cpp"
>
</File>
<File
RelativePath="..\..\..\src\object.cpp"
>
......@@ -411,6 +419,10 @@
RelativePath="..\..\..\src\fd_signaler.hpp"
>
</File>
<File
RelativePath="..\..\..\src\fq.hpp"
>
</File>
<File
RelativePath="..\..\..\src\i_endpoint.hpp"
>
......@@ -451,6 +463,10 @@
RelativePath="..\..\..\src\kqueue.hpp"
>
</File>
<File
RelativePath="..\..\..\src\lb.hpp"
>
</File>
<File
RelativePath="..\..\..\src\msg_content.hpp"
>
......
......@@ -121,6 +121,7 @@ class zmq::socket_base_t *zmq::zmq_listener_init_t::get_owner ()
const char *zmq::zmq_listener_init_t::get_session_name ()
{
zmq_assert (false);
return NULL;
}
void zmq::zmq_listener_init_t::process_plug ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment