summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus/src
diff options
context:
space:
mode:
authorchristian linke <christian.linke@bmw.de>2012-10-25 16:21:04 +0200
committerchristian linke <christian.linke@bmw.de>2012-10-25 16:21:04 +0200
commitf9de38ac41d5da1d5cc52e8797dd47bdac4b3116 (patch)
treeaf303cfd892add0bbc2c1f6faab11c326c24c4be /PluginCommandInterfaceDbus/src
parente33f72e932661784affc0f24d56f0e78fbac783f (diff)
downloadaudiomanager-f9de38ac41d5da1d5cc52e8797dd47bdac4b3116.tar.gz
* changes to make the package and documentation easier
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginCommandInterfaceDbus/src')
-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)
{