summaryrefslogtreecommitdiff
path: root/PluginControlInterface/include
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-02-06 15:57:11 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-02-06 16:18:36 +0100
commitba9e8ff6cfc7de6fadce914b356b6e4b398d5ab3 (patch)
tree9cdf855f63dd103a8ea6811d03251bd07a6a40de /PluginControlInterface/include
parent74cf9b985164be8c28a3cd1b11076900792594f8 (diff)
downloadaudiomanager-ba9e8ff6cfc7de6fadce914b356b6e4b398d5ab3.tar.gz
* worked in feedback from Thomas Goering towards integration testsver-0.0.9
* corrected startup sequence and modified the testplugin so that the startup sequences match
Diffstat (limited to 'PluginControlInterface/include')
-rw-r--r--PluginControlInterface/include/ControlSender.h3
1 files changed, 3 insertions, 0 deletions
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<am_ConnectionFormat_e> listPossibleConnectionFormats, std::vector<am_ConnectionFormat_e>& listPrioConnectionFormats);
uint16_t getInterfaceVersion() const;
+
+private:
+ ControlReceiveInterface * mControlReceiveInterface;
};
#endif /* CONTROLSENDER_H_ */