GENIVI / AudioManager

The GENIVI Audiomanager
https://genivi.github.io/AudioManager
Other
25 stars 19 forks source link

typo correction for changDomainStateDB to changeDomainStateDB #52

Closed daduki closed 4 years ago

daduki commented 4 years ago

typo correction for changDomainStateDB to changeDomainStateDB

daduki commented 4 years ago

I submitted the two commits for legacy form you requested named as below

legacy redirection for typo correction … Update CAmControlReceiver.h …

Thanks.

ghost commented 4 years ago

Thank you for updating. This time it is a bit more than necessary, as the duplication in AudioManagerCore/include/CAmControlReceiver.h will never be invoked. When the controller plugin is loaded into the daemon process and started, it receives a pointer to an anonymous object which implements the IAmControlReceive interface, in this case the hidden instance of CAmControlReceiver. So the redirection happens actually inside the controller plugin due to the legacy function defined in IAmControl.h. Anyway, this does not hurt and I will merge today. If you like, you can remove the superfluous declaration in CAmControlReceiver.h with a later pull request.