From 18b59afe6cda90607ad0b193088000d4f9749a97 Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Sun, 18 Dec 2011 16:33:52 +0100 Subject: - added comments in XML description - fixed bug in Dbus signal sending - corrected namespace usage --- AudioManagerDaemon/include/ControlSender.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'AudioManagerDaemon/include/ControlSender.h') 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_ */ -- cgit v1.2.1