From a94a9a2c13ebd795832e5772ed042c985666b919 Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Tue, 7 Jul 2015 07:01:48 +0100 Subject: * cleaned up compile flags * fix for getDomainOfCrossfader Signed-off-by: Christian Linke --- include/IAmRouting.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/IAmRouting.h b/include/IAmRouting.h index 90f7e8a..14f1146 100644 --- a/include/IAmRouting.h +++ b/include/IAmRouting.h @@ -328,11 +328,15 @@ public: /** * E_OK in case of success */ - virtual am_Error_e getDomainOfSink(const am_sinkID_t sinkID, am_domainID_t& domainID) =0; + virtual am_Error_e getDomainOfSink(const am_sinkID_t sinkID, am_domainID_t& domainID) const =0; /** * E_OK in case of success */ - virtual am_Error_e getDomainOfSource(const am_sourceID_t sourceID, am_domainID_t& domainID) =0; + virtual am_Error_e getDomainOfSource(const am_sourceID_t sourceID, am_domainID_t& domainID) const =0; + /** + * E_OK in case of success + */ + virtual am_Error_e getDomainOfCrossfader(const am_crossfaderID_t crossfader, am_domainID_t& domainID) const = 0; }; -- cgit v1.2.1