History log of /external/libbrillo/brillo/dbus/dbus_connection.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2a25190ea741023a3753e7f381a8a2b1465c43c1 21-Jan-2016 Alex Deymo <deymo@google.com> Add DBusConnection helper class to use instead of DBusDaemon.

This CL moves the logic in DBusDaemon to a helper class that can be
included in another class inheriting from Daemon without needed to use
multiple inheritance nor forcing a DBus connection to succeed.
DBusDaemon was modified to re-use this class without changing its
behaviour to be compatible with existing code.

Bug: 26690086
TEST=mm; Update update_engine to use this class and tested it on edison.

Change-Id: If05a5582158552b6aeebf86dbde2aaa161f5a29f
/external/libbrillo/brillo/dbus/dbus_connection.cc