forgot stuff at last commit

This commit is contained in:
Andreas Volz 2008-08-30 13:57:15 +02:00
parent 14ff30abdf
commit 7db1248454
48 changed files with 18 additions and 81 deletions

View file

@ -64,11 +64,7 @@ int main()
signal(SIGTERM, niam);
signal(SIGINT, niam);
#ifdef DBUS_HAS_THREADS_INIT_DEFAULT
DBus::_init_threading();
#else
cerr << "Thread support is not enabled! your D-Bus version is too old" << endl;
#endif
DBus::default_dispatcher = &dispatcher;