From 392d090c63dcb03df8a044abbc6cc84807e341e5 Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Fri, 16 Dec 2011 12:29:27 +0100 Subject: changes to make controlSender compile & loadable --- PluginControlInterface/src/ControlSender.cpp | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'PluginControlInterface') 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) +{ +} -- cgit v1.2.1