libdbus++ News
Status: Alpha
Brought to you by:
nabla52
You can now find the third release of alpha code of libdbus++.
I've also updated dbuspp_xml2hpp, dbuspp_hello_server and dbuspp_hello_client.
The main changes are:
- added dbuspp::invoke() function to invoke a method from an interface proxy.
- added dbuspp::async_invoke() function to invoke a method from an interface proxy in a non-blocking mode.
- changed the way interface proxy are defined. The new macro is much more simple and requires less typing.
- lots of tidying up and reviews of code. Too many to list here.
TO DO:
multithreading (using boost.thread)