summaryrefslogtreecommitdiff
path: root/PluginControlInterface/ControlSender.h
diff options
context:
space:
mode:
authorChristian Mueller <christian@lmuc329619u.(none)>2011-12-09 18:43:28 +0100
committerChristian Mueller <christian@lmuc329619u.(none)>2011-12-09 18:43:28 +0100
commitd85e69bbf6d8ec6e087c7af579686923c76079cd (patch)
treee95edbd83f1a7458872dd4ad3df5d346afed7d3a /PluginControlInterface/ControlSender.h
parent5773404eb801e27179b7c3c7803a990145d6e94a (diff)
downloadaudiomanager-d85e69bbf6d8ec6e087c7af579686923c76079cd.tar.gz
Some changes, renaming...
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() ;