20 Jul
2009
20 Jul
'09
12:57 a.m.
On Jul 19, 2009, at 6:38 PM, Bob Jamison <ishmalius@...400...> wrote:
Since we already have two main() files, the normal main.cpp and the one with WinMain() in it, maybe we can consider putting Dbus sensing/startup/shutdown there.
Dbus isn't really useful if we start it on our own as it is only really useful if two people know about it. (that way they can talk to each other). So I think the sensing code should be generic for all OSes, and if it's not there just assume that the user doesn't want to use DBus.
--Ted