Split the Logger interface out into a separate file
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 29 Jun 2010 11:14:36 +0000 (12:14 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 29 Jun 2010 11:30:30 +0000 (12:30 +0100)
commitc6db84fcd69763ad509f510df6c90cdbcadb1e2a
tree7693b8d0c6fdfc2c494f3ab38a2137d66f92990e
parent68b7a69a949405fd6325cd44ad8b9c613bebc311
Split the Logger interface out into a separate file

Split the LoggerIface we use to wrap the telepathy-logger D-Bus service out
into a separate file, and implement it in a new Logger class which shares the
same D-Bus object between all users of the class.
.gitignore
backends/telepathy/Makefile.am
backends/telepathy/tpf-logger.vala [new file with mode: 0644]
backends/telepathy/tpf-persona-store.vala