Decouple flightloop processing from DBus

There are needs to not only run DBus tasks, but also different generic
tasks during the processing loop.
This commit is contained in:
Roland Winklmeier
2018-09-24 17:09:48 +02:00
committed by Klaus Basan
parent 41ac858df8
commit cfc9c3166e
8 changed files with 13 additions and 12 deletions

View File

@@ -625,7 +625,7 @@ namespace XSwiftBus
return DBUS_HANDLER_RESULT_HANDLED;
}
int CService::processDBus()
int CService::process()
{
invokeQueuedDBusCalls();
return 1;