summaryrefslogtreecommitdiff
path: root/PluginControlInterface/ControlSender.h
diff options
context:
space:
mode:
Diffstat (limited to 'PluginControlInterface/ControlSender.h')
-rw-r--r--PluginControlInterface/ControlSender.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/PluginControlInterface/ControlSender.h b/PluginControlInterface/ControlSender.h
index caeebd2..4fae804 100644
--- a/PluginControlInterface/ControlSender.h
+++ b/PluginControlInterface/ControlSender.h
@@ -12,10 +12,10 @@
using namespace am;
-class ControlSender: public ControlSendInterface {
+class ControlSenderPlugin: public ControlSendInterface {
public:
- ControlSender();
- virtual ~ControlSender();
+ ControlSenderPlugin();
+ virtual ~ControlSenderPlugin();
am_Error_e startupController(ControlReceiveInterface* controlreceiveinterface) ;
am_Error_e stopController() ;
void hookAllPluginsLoaded() ;