From b7e748007bbe0b16fa8a8a089c6cc8fe43bc7aac Mon Sep 17 00:00:00 2001 From: christian mueller Date: Wed, 28 Dec 2011 15:55:32 +0100 Subject: * assert on empty busname (routinginterface) * added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests --- PluginRoutingInterfaceDbus/src/RoutingSender.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'PluginRoutingInterfaceDbus') diff --git a/PluginRoutingInterfaceDbus/src/RoutingSender.cpp b/PluginRoutingInterfaceDbus/src/RoutingSender.cpp index 475f85f..e477997 100644 --- a/PluginRoutingInterfaceDbus/src/RoutingSender.cpp +++ b/PluginRoutingInterfaceDbus/src/RoutingSender.cpp @@ -125,6 +125,8 @@ am_Error_e DbusRoutingSender::asyncSetSourceSoundProperty(const am_Handle_s hand am_Error_e DbusRoutingSender::returnBusName(std::string & BusName) const { + BusName="DbusPlugin"; + return (E_OK); } -- cgit v1.2.1