From: Olivier D. <oli...@gm...> - 2016-08-12 13:33:50
|
Hi guys, I need to create a small dbus server with one object and several interfaces, and I'm a bit stuck... My "Server" class inherits from the IntrospectableAdaptor, from the ObjectAdaptor and ONE adaptor generated by dbusxx-xml2cpp. Until here, everything is fine, but - Inheriting from two adaptors fails (amongst others because my adaptors have methods in common). - Having two separate "Server" classes, each one handling one interface fails when I give the same object name to both interfaces => I get two objects, and I need only one. Is there a solution for this ? Thank you, Olivier |