summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include/ControlReceiver.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/ControlReceiver.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/ControlReceiver.h')
-rw-r--r--AudioManagerDaemon/include/ControlReceiver.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/AudioManagerDaemon/include/ControlReceiver.h b/AudioManagerDaemon/include/ControlReceiver.h
index 5564fd0..7692a10 100644
--- a/AudioManagerDaemon/include/ControlReceiver.h
+++ b/AudioManagerDaemon/include/ControlReceiver.h
@@ -30,7 +30,7 @@
#include "RoutingSender.h"
#include "CommandSender.h"
-using namespace am;
+namespace am {
/**
* This class is used to receive all commands from the control interface
@@ -107,4 +107,6 @@ private:
CommandSender* mCommandSender; //!< pointer to the command send interface
};
+}
+
#endif /* CONTRONLRECEIVER_H_ */