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

@@ -35,9 +35,6 @@ namespace XSwiftBus
//! \warning Before calling this method, make sure that a valid DBus connection was set.
void registerDBusObjectPath(const std::string &interfaceName, const std::string &objectPath);
//! Process DBus messages. Needs to be implemented by deriving classes
virtual int processDBus() = 0;
protected:
//! DBus message handler
virtual DBusHandlerResult dbusMessageHandler(const CDBusMessage &message) = 0;