python binding functional

This commit is contained in:
Martin Sustrik
2009-09-04 16:02:41 +02:00
parent 450b31c3b2
commit 4307baf7bc
19 changed files with 131 additions and 49 deletions

View File

@@ -53,6 +53,11 @@ int zmq::object_t::get_thread_slot ()
return thread_slot;
}
zmq::dispatcher_t *zmq::object_t::get_dispatcher ()
{
return dispatcher;
}
void zmq::object_t::process_command (command_t &cmd_)
{
switch (cmd_.type) {