From 817b5ead32bb080bd5a6fff26b3957d400ba598c Mon Sep 17 00:00:00 2001 From: christian mueller Date: Tue, 21 Feb 2012 18:21:51 +0100 Subject: * [ GAM-18 ] Add cancel rundown messages to interfaces: added possbility for controller to call rundown on command and routing interfaces * beautified EA generated code in comments --- PluginControlInterface/include/ControlSender.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PluginControlInterface/include') 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 listPossibleConnectionFormats, std::vector& listPrioConnectionFormats); + am_Error_e getConnectionFormatChoice(const am_sourceID_t sourceID, const am_sinkID_t sinkID, const am_Route_s listRoute, const std::vector listPossibleConnectionFormats, std::vector& listPrioConnectionFormats); uint16_t getInterfaceVersion() const; private: -- cgit v1.2.1