anuragraghavan / franca

Automatically exported from code.google.com/p/franca
0 stars 0 forks source link

DBusConnector: Handle interface inheritance #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Franca=>DBus-Introspection transformation should handle inheritance of 
interfaces ("extends" keyword). As DBus doesn't support this, the base 
interface's features have to be merged in the derived interface.

Regarding the implementation, there should be helper classes in org.franca.core 
which support the transparent access to the features of an interface base class.

Original issue reported on code.google.com by klaus.birken@gmail.com on 2 Dec 2013 at 10:13

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 12 Feb 2014 at 8:18

GoogleCodeExporter commented 9 years ago
There is currently no user request to support this, delayed to 0.9.1.

Original comment by klaus.birken@gmail.com on 19 Feb 2014 at 11:25

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 7 Nov 2014 at 12:26

GoogleCodeExporter commented 9 years ago
Implemented incl. test cases with commit 6523fa2 (on develop).

Original comment by klaus.birken@gmail.com on 8 Dec 2014 at 10:41

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 19 Dec 2014 at 2:33