summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceDbus/src/IAmRoutingReceiverShadow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PluginRoutingInterfaceDbus/src/IAmRoutingReceiverShadow.cpp')
-rw-r--r--PluginRoutingInterfaceDbus/src/IAmRoutingReceiverShadow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/PluginRoutingInterfaceDbus/src/IAmRoutingReceiverShadow.cpp b/PluginRoutingInterfaceDbus/src/IAmRoutingReceiverShadow.cpp
index 39bad94..91004c4 100644
--- a/PluginRoutingInterfaceDbus/src/IAmRoutingReceiverShadow.cpp
+++ b/PluginRoutingInterfaceDbus/src/IAmRoutingReceiverShadow.cpp
@@ -25,6 +25,7 @@
#include "CAmRoutingSenderDbus.h"
#include "shared/CAmDbusWrapper.h"
#include "shared/CAmDltWrapper.h"
+#include "configRoutingDbus.h"
namespace am
{
@@ -591,8 +592,7 @@ void IAmRoutingReceiverShadowDbus::sendIntrospection(DBusConnection* conn, DBusM
// create a reply from the message
reply = dbus_message_new_method_return(msg);
- std::string fullpath(EXECUTABLE_OUTPUT_PATH);
- fullpath.append("/RoutingReceiver.xml");
+ std::string fullpath(ROUTING_DBUS_INTROSPECTION_FILE);
std::ifstream in(fullpath.c_str(), std::ifstream::in);
if (!in)
{