commit | 907f6244dc1c4c3f58a809147d348eccbb932631 | [log] [tgz] |
---|---|---|
author | Ben Chan <[email protected]> | Wed Feb 14 01:01:40 2018 |
committer | chrome-bot <[email protected]> | Wed Feb 14 12:07:09 2018 |
tree | 1430b0f013fc96dc1e89b477688d99feb5a80ef7 | |
parent | ccb37a514aa1d0ea1604dbc9ad290491a1e65832 [diff] |
CHROMIUM: provide default implementation for signal handlers A D-Bus client may not be interested of all the D-Bus signals emitted by a D-Bus server. This CL modifies the proxy template in dbus-c++ such that the base proxy class provides a default implementation for signal handlers, which can be overridden by a subclass as needed. BUG=chromium:776452 TEST=Build cromo and wimax-manager. TEST=Remote trybot runs. Change-Id: I64057d31dc1784bddc29bbb02977fe9a29e1a81e Reviewed-on: https://chromium-review.googlesource.com/917528 Commit-Ready: Ben Chan <[email protected]> Tested-by: Ben Chan <[email protected]> Reviewed-by: Dan Erat <[email protected]>