summaryrefslogtreecommitdiff
path: root/PluginControlInterface
diff options
context:
space:
mode:
authorChristian Mueller <christian@lmuc329619u.(none)>2011-12-16 12:29:27 +0100
committerChristian Mueller <christian@lmuc329619u.(none)>2011-12-16 12:29:27 +0100
commit392d090c63dcb03df8a044abbc6cc84807e341e5 (patch)
tree10ea0610a5a6d0e8c9ebbe01b6433fcd1c754ebf /PluginControlInterface
parent281cb0d875832bb56c82bad3516fc4021f8be4b0 (diff)
downloadaudiomanager-392d090c63dcb03df8a044abbc6cc84807e341e5.tar.gz
changes to make controlSender compile & loadable
Diffstat (limited to 'PluginControlInterface')
-rw-r--r--PluginControlInterface/src/ControlSender.cpp19
1 files changed, 11 insertions, 8 deletions
diff --git a/PluginControlInterface/src/ControlSender.cpp b/PluginControlInterface/src/ControlSender.cpp
index 5043667..3ad886d 100644
--- a/PluginControlInterface/src/ControlSender.cpp
+++ b/PluginControlInterface/src/ControlSender.cpp
@@ -33,18 +33,21 @@ extern "C" void destroyControlPluginInterface(ControlSendInterface* controlSendI
delete controlSendInterface;
}
-ControlSenderPlugin::ControlSenderPlugin() {
- // TODO Auto-generated constructor stub
-
+ControlSenderPlugin::ControlSenderPlugin()
+{
}
-ControlSenderPlugin::~ControlSenderPlugin() {
- // TODO Auto-generated destructor stub
+
+
+ControlSenderPlugin::~ControlSenderPlugin()
+{
}
-//am_Error_e ControlSendInterface::startupController(ControlReceiveInterface* controlreceiveinterface)
-//{
-//}
+
+
+am_Error_e ControlSenderPlugin::startupController(ControlReceiveInterface *controlreceiveinterface)
+{
+}