* Fixed a bug where signals would not be always forwarded to the appropriate local proxy
* Fixed incorrect parsing of command line arguments in dbusxx-introspect (Sergey Struzh) * Removed deprecated method MessageIter::array_length * Some cleanup git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@11870 30a43799-04e7-0310-8b2b-ea0d24f86d0e
This commit is contained in:
parent
31843c4a7c
commit
b116f68663
7 changed files with 15 additions and 32 deletions
|
@ -87,7 +87,7 @@ void HalDeviceProxy::PropertyModifiedCb( const DBus::SignalMessage& sig )
|
|||
|
||||
arr >> hp;
|
||||
|
||||
std::cout << "modified property " << hp._1 << std::endl;
|
||||
std::cout << "modified property " << hp._1 << " in " << path() << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -98,7 +98,7 @@ void HalDeviceProxy::ConditionCb( const DBus::SignalMessage& sig )
|
|||
|
||||
it >> condition;
|
||||
|
||||
std::cout << "encountered condition " << condition << std::endl;
|
||||
std::cout << "encountered condition " << condition << " in " << path() << std::endl;
|
||||
}
|
||||
|
||||
DBus::BusDispatcher dispatcher;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue