summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/RoutingInterfaceBackdoor.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/test/RoutingInterfaceBackdoor.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/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_ */