summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/RoutingInterfaceBackdoor.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/test/RoutingInterfaceBackdoor.h')
-rw-r--r--AudioManagerDaemon/test/RoutingInterfaceBackdoor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/AudioManagerDaemon/test/RoutingInterfaceBackdoor.h b/AudioManagerDaemon/test/RoutingInterfaceBackdoor.h
index 4ade08f..b7e7624 100644
--- a/AudioManagerDaemon/test/RoutingInterfaceBackdoor.h
+++ b/AudioManagerDaemon/test/RoutingInterfaceBackdoor.h
@@ -28,7 +28,7 @@
#include "RoutingSender.h"
-using namespace am;
+namespace am {
class RoutingSender;
@@ -40,6 +40,8 @@ public:
bool injectInterface(RoutingSender *RoutingSender, RoutingSendInterface *newInterface, const std::string& busname);
};
+}
+
//definitions are in CommonFunctions.cpp!
#endif /* ROUTINGINTERFACEBACKDOOR_H_ */