Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

TypeImplementer: Implement multiple interfaces #42

Closed
wants to merge 1 commit into from

Conversation

arfbtwn
Copy link
Contributor

@arfbtwn arfbtwn commented Aug 20, 2014

Issue #34 reports that only the main interface is presented, so that if
e.g. a programmer wishes to add the properties interface to a type, then
the resulting implementation attempts to call the method on the
incorrect interface.

This is due to a premature optimisation, which this patch removes.

Issue mono#34 reports that only the main interface is presented, so that if
e.g. a programmer wishes to add the properties interface to a type, then
the resulting implementation attempts to call the method on the
incorrect interface.

This is due to a premature optimisation, which this patch removes.
@arfbtwn
Copy link
Contributor Author

arfbtwn commented Oct 9, 2017

Closing, stale.

@arfbtwn arfbtwn closed this Oct 9, 2017
@arfbtwn arfbtwn deleted the issue34 branch October 9, 2017 17:29
steffen-kiess added a commit to steffen-kiess/dbus-sharp that referenced this pull request Jun 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant