From 472d0762b68ce0f2a755b4215515a3e031831495 Mon Sep 17 00:00:00 2001 From: christian mueller Date: Tue, 10 Jan 2012 15:58:38 +0100 Subject: * recreated the header files out of the model. Added versioning support in the headerfiles generated * ensured compatibility with 64 bit systems while compiling dbus [ changed FindDBUS.cmake] * updated the README to better support building * updated typo in introspectable string of DBusWrapper * reworked including strategie * added getInterfafeVersion method on all interfaces * added Interface Versioning support * added version as part of .so ending * it is no possible to set a vector of source and sink sound properties at a time * added interface to ask for all loaded plugins on RoutingSender * added first version of telnet server (not yet productive) - set to not active in CMakeLists.txt * added changelog (created out of git commit log) * added default values for all enum types to be save even on other if communication is on other domain --- PluginControlInterface/src/ControlSender.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'PluginControlInterface/src') diff --git a/PluginControlInterface/src/ControlSender.cpp b/PluginControlInterface/src/ControlSender.cpp index f5d1720..fb54c8c 100644 --- a/PluginControlInterface/src/ControlSender.cpp +++ b/PluginControlInterface/src/ControlSender.cpp @@ -300,5 +300,20 @@ void ControlSenderPlugin::cbAckSetSinkSoundProperty(const am_Handle_s handle, co { } +void ControlSenderPlugin::cbAckSetSourceSoundProperties(const am_Handle_s handle, const am_Error_e error) +{ +} + +void ControlSenderPlugin::cbAckSetSinkSoundProperties(const am_Handle_s handle, const am_Error_e error) +{ +} + +uint16_t ControlSenderPlugin::getInterfaceVersion() const +{ + return (ControlSendVersion); +} + + + -- cgit v1.2.1