summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/CommandInterfaceBackdoor.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/test/CommandInterfaceBackdoor.h')
-rw-r--r--AudioManagerDaemon/test/CommandInterfaceBackdoor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/AudioManagerDaemon/test/CommandInterfaceBackdoor.h b/AudioManagerDaemon/test/CommandInterfaceBackdoor.h
index 3c94337..ab57a62 100644
--- a/AudioManagerDaemon/test/CommandInterfaceBackdoor.h
+++ b/AudioManagerDaemon/test/CommandInterfaceBackdoor.h
@@ -29,7 +29,7 @@
#include <command/CommandSendInterface.h>
#include "CommandSender.h"
-using namespace am;
+namespace am {
class CommandSender;
@@ -41,6 +41,8 @@ public:
bool injectInterface(CommandSender* CommandSender, CommandSendInterface* CommandSendInterface);
};
+}
+
//definitions are in CommonFunctions.cpp!
#endif /* COMMANDINTERFACEBACKDOOR_H_ */