From ba9e8ff6cfc7de6fadce914b356b6e4b398d5ab3 Mon Sep 17 00:00:00 2001 From: christian mueller Date: Mon, 6 Feb 2012 15:57:11 +0100 Subject: * worked in feedback from Thomas Goering towards integration tests * corrected startup sequence and modified the testplugin so that the startup sequences match --- PluginControlInterface/include/ControlSender.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'PluginControlInterface/include') diff --git a/PluginControlInterface/include/ControlSender.h b/PluginControlInterface/include/ControlSender.h index 40be70f..d4bb7bb 100644 --- a/PluginControlInterface/include/ControlSender.h +++ b/PluginControlInterface/include/ControlSender.h @@ -78,6 +78,9 @@ public: 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); uint16_t getInterfaceVersion() const; + +private: + ControlReceiveInterface * mControlReceiveInterface; }; #endif /* CONTROLSENDER_H_ */ -- cgit v1.2.1