From b89b43522f69d1f6c5f482662c3e9e9fd19e91b2 Mon Sep 17 00:00:00 2001 From: christian mueller Date: Mon, 3 Sep 2012 09:41:26 +0200 Subject: * [GAM-90] fixed signals send on wrong interface Signed-off-by: christian mueller --- PluginRoutingInterfaceDbus/src/CAmDbusMessageHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PluginRoutingInterfaceDbus') diff --git a/PluginRoutingInterfaceDbus/src/CAmDbusMessageHandler.cpp b/PluginRoutingInterfaceDbus/src/CAmDbusMessageHandler.cpp index b265a03..8c61c12 100644 --- a/PluginRoutingInterfaceDbus/src/CAmDbusMessageHandler.cpp +++ b/PluginRoutingInterfaceDbus/src/CAmDbusMessageHandler.cpp @@ -78,7 +78,7 @@ void CAmRoutingDbusMessageHandler::initSignal(std::string path, std::string sign { assert(!path.empty()); assert(!signalName.empty()); - std::string completePath = std::string(DBUS_SERVICE_OBJECT_PATH) + "/" + path; + std::string completePath = std::string(DBUS_SERVICE_OBJECT_PATH) + "/" + path + ROUTING_NODE; mpDBusMessage = dbus_message_new_signal(completePath.c_str(), DBUS_SERVICE_PREFIX, signalName.c_str()); if (mpDBusMessage == NULL) -- cgit v1.2.1