summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include/ControlReceiver.h
diff options
context:
space:
mode:
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_ */