summaryrefslogtreecommitdiff
path: root/PluginControlInterface/include/ControlSender.h
diff options
context:
space:
mode:
authorFrank Herchet <frank.fh.herchet@bmw.de>2012-02-22 09:43:32 +0100
committerFrank Herchet <frank.fh.herchet@bmw.de>2012-02-22 09:43:32 +0100
commit065d7f02aef0dc9f7e4bbf2627dcf3dad7a3280c (patch)
tree37d24bc497b6b467e8c8066a6c44fea36a6d8081 /PluginControlInterface/include/ControlSender.h
parent9c209bd92d9400012765d86fc5bd51ddfe266071 (diff)
parent479a20f551b66406a4a6770fe09d17e23d38ed14 (diff)
downloadaudiomanager-065d7f02aef0dc9f7e4bbf2627dcf3dad7a3280c.tar.gz
Merge branch 'master' of qmuc300924:AudioManager
Diffstat (limited to 'PluginControlInterface/include/ControlSender.h')
-rw-r--r--PluginControlInterface/include/ControlSender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PluginControlInterface/include/ControlSender.h b/PluginControlInterface/include/ControlSender.h
index ace61a6..0e98768 100644
--- a/PluginControlInterface/include/ControlSender.h
+++ b/PluginControlInterface/include/ControlSender.h
@@ -77,7 +77,7 @@ public:
void cbAckSetSourceSoundProperties(const am_Handle_s handle, const am_Error_e error);
void cbAckSetSinkSoundProperty(const am_Handle_s handle, const am_Error_e error);
void cbAckSetSinkSoundProperties(const am_Handle_s handle, const am_Error_e error);
- am_Error_e getConnectionFormatChoice(const am_sourceID_t sourceID, const am_sinkID_t sinkID, const std::vector<am_ConnectionFormat_e> listPossibleConnectionFormats, std::vector<am_ConnectionFormat_e>& listPrioConnectionFormats);
+ am_Error_e getConnectionFormatChoice(const am_sourceID_t sourceID, const am_sinkID_t sinkID, const am_Route_s listRoute, const std::vector<am_ConnectionFormat_e> listPossibleConnectionFormats, std::vector<am_ConnectionFormat_e>& listPrioConnectionFormats);
uint16_t getInterfaceVersion() const;
private: