summaryrefslogtreecommitdiff
path: root/include/IAmControl.h
diff options
context:
space:
mode:
authordaduki <daduki@gmail.com>2020-05-13 16:40:48 +0900
committerdaduki <daduki@gmail.com>2020-05-13 16:40:48 +0900
commitd0c19e34ee24bbf87f01abda48c08c8a4bdf5379 (patch)
tree161bc49beb4cb0cd16c8824a2c2f21798159e315 /include/IAmControl.h
parent2def13f3f4972188ae657bc0112a67af0de7b082 (diff)
downloadaudiomanager-d0c19e34ee24bbf87f01abda48c08c8a4bdf5379.tar.gz
legacy redirection for typo correction
legacy redirection for typo correction for the chage : from : changDomainStateDB to : changeDomainStateDB
Diffstat (limited to 'include/IAmControl.h')
-rw-r--r--include/IAmControl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/IAmControl.h b/include/IAmControl.h
index bb0b235..82dad97 100644
--- a/include/IAmControl.h
+++ b/include/IAmControl.h
@@ -289,6 +289,11 @@ public:
* was not found
*/
virtual am_Error_e changeDomainStateDB(const am_DomainState_e domainState, const am_domainID_t domainID) =0;
+ inline am_Error_e changDomainStateDB(const am_DomainState_e domainState, const am_domainID_t domainID)
+ {
+ // legacy redirection due to former typo in function name
+ return changeDomainStateDB(domainState, domainID);
+ }
/**
* changes the mute state of a sink
* @return E_OK on success, E_DATABASE_ERROR on error, E_NON_EXISTENT if sink was