From 18b59afe6cda90607ad0b193088000d4f9749a97 Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Sun, 18 Dec 2011 16:33:52 +0100 Subject: - added comments in XML description - fixed bug in Dbus signal sending - corrected namespace usage --- AudioManagerDaemon/test/RoutingInterfaceBackdoor.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'AudioManagerDaemon/test/RoutingInterfaceBackdoor.h') 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_ */ -- cgit v1.2.1