Convert _BusDaemonMixin and _MethodCallMixin into base classes BusConnection and...
commitdff13840b106cf08a8227379e9bb82e654442e1d
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 30 Apr 2007 10:56:42 +0000 (30 11:56 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 30 Apr 2007 10:56:42 +0000 (30 11:56 +0100)
tree7b14a60c22d503e1c034238bf8a6f02501625665
parent338b87fcc4010fe92b3f16ebbbf5955eab825dd7
Convert _BusDaemonMixin and _MethodCallMixin into base classes BusConnection and Connection.
Also add method activate_name_owner() for proxies to use (so they don't need
to be aware of whether the connection is a bus daemon or not), and stop using
deprecated get_connection method.
dbus/_dbus.py
dbus/bus.py
dbus/connection.py
dbus/proxies.py