From: Andreas V. <li...@br...> - 2010-12-05 22:10:16
|
Am Tue, 17 Aug 2010 09:42:52 +0200 schrieb Rafal Dzbęk: > Hello, > > I'm trying to use ObjectAdaptor::Continuation to handle DBus message > asynchronously. > Is there anywhere an example how to do it? > > It seems that I should call > return_now( continuation ); > to finish DBus call, but how to setup return value of the call? > > I see there are structures like MessageIter and Message > MessageIter &it = continuation->writer(); > Message &dbus_msg = it.msg(); > but I'm not sure how to use it. Hello, to be honest I'm not the original author of DBus-C++. I never used ObjectAdaptor::Continuation and also don't know it's reason. Have you found out more about it? Please tell us. regards Andreas |