summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include/ControlSender.h
diff options
context:
space:
mode:
authorChristian Mueller <christian@lmuc329619u.(none)>2011-12-18 16:33:52 +0100
committerChristian Mueller <christian@lmuc329619u.(none)>2011-12-18 16:33:52 +0100
commit18b59afe6cda90607ad0b193088000d4f9749a97 (patch)
treecd25bd8fd2b3b9d1e71e1e7df7059f9c0afc2df0 /AudioManagerDaemon/include/ControlSender.h
parent392d090c63dcb03df8a044abbc6cc84807e341e5 (diff)
downloadaudiomanager-18b59afe6cda90607ad0b193088000d4f9749a97.tar.gz
- added comments in XML description
- fixed bug in Dbus signal sending - corrected namespace usage
Diffstat (limited to 'AudioManagerDaemon/include/ControlSender.h')
-rw-r--r--AudioManagerDaemon/include/ControlSender.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/AudioManagerDaemon/include/ControlSender.h b/AudioManagerDaemon/include/ControlSender.h
index 133b7cd..9550595 100644
--- a/AudioManagerDaemon/include/ControlSender.h
+++ b/AudioManagerDaemon/include/ControlSender.h
@@ -31,7 +31,7 @@
#include "control/ControlSendInterface.h"
-using namespace am;
+namespace am {
/**
* sends data to the commandInterface, takes the file of the library that needs to be loaded
@@ -84,8 +84,10 @@ public:
friend class ControlInterfaceBackdoor;
#endif
private:
- ControlSendInterface* mController; //!< pointer to the ControlSend interface
void* mlibHandle; //!< pointer to the loaded control plugin interface
+ ControlSendInterface* mController; //!< pointer to the ControlSend interface
};
+}
+
#endif /* CONTROLSENDER_H_ */