summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus/src/IAmCommandReceiverShadow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PluginCommandInterfaceDbus/src/IAmCommandReceiverShadow.cpp')
-rw-r--r--PluginCommandInterfaceDbus/src/IAmCommandReceiverShadow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/PluginCommandInterfaceDbus/src/IAmCommandReceiverShadow.cpp b/PluginCommandInterfaceDbus/src/IAmCommandReceiverShadow.cpp
index 2b411b3..7322b99 100644
--- a/PluginCommandInterfaceDbus/src/IAmCommandReceiverShadow.cpp
+++ b/PluginCommandInterfaceDbus/src/IAmCommandReceiverShadow.cpp
@@ -23,6 +23,7 @@
#include "audiomanagertypes.h"
#include "CAmCommandSenderDbus.h"
#include "shared/CAmDltWrapper.h"
+#include "configCommandDbus.h"
using namespace am;
@@ -344,8 +345,7 @@ void IAmCommandReceiverShadow::sendIntrospection(DBusConnection *conn, DBusMessa
// create a reply from the message
reply = dbus_message_new_method_return(msg);
- std::string fullpath(EXECUTABLE_OUTPUT_PATH);
- fullpath.append("/CommandInterface.xml");
+ std::string fullpath(COMMAND_DBUS_INTROSPECTION_FILE);
std::ifstream in(fullpath.c_str(), std::ifstream::in);
if (!in)
{