|
From: David K. <zu...@li...> - 2009-03-30 21:21:05
|
Hi, I'm wondering - to what extent does libdbus-c++ support async method calls? In the sources, I see there's: PendingCall Connection::send_async(Message &message, int timeout = -1) which looks rather promising. I still haven't caught up with dbus, but... if the plumbing (Connection, PendingCall) is there and is working, all that's missing to be able to easily use these from an interface proxy is to add: InterfaceProxy::invoke_method_async() analogous to InterfaceProxy::invoke_method(), and similar to ObjectProxy(). Is that all on crack? :) Actually, I just hacked this in in my local sources... I'll c what happens. Best regards, David zu...@li... |