summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include/CommandSender.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/include/CommandSender.h')
-rw-r--r--AudioManagerDaemon/include/CommandSender.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/AudioManagerDaemon/include/CommandSender.h b/AudioManagerDaemon/include/CommandSender.h
index a871a77..df83e7c 100644
--- a/AudioManagerDaemon/include/CommandSender.h
+++ b/AudioManagerDaemon/include/CommandSender.h
@@ -31,7 +31,7 @@
#include "command/CommandSendInterface.h"
-using namespace am;
+namespace am {
/**
* This class is used to send data to the CommandInterface.
@@ -68,4 +68,6 @@ private:
std::vector<void*> mListLibraryHandles; //!< list of all library handles. This information is used to unload the plugins correctly.
};
+}
+
#endif /* COMMANDSENDER_H_ */