summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceDbus/headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'PluginRoutingInterfaceDbus/headers.h')
-rw-r--r--PluginRoutingInterfaceDbus/headers.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/PluginRoutingInterfaceDbus/headers.h b/PluginRoutingInterfaceDbus/headers.h
index 54e3b25..dbb6f3c 100644
--- a/PluginRoutingInterfaceDbus/headers.h
+++ b/PluginRoutingInterfaceDbus/headers.h
@@ -11,6 +11,7 @@
#include <dbus/dbus.h>
#include <dlt/dlt.h>
#include "routinginterface.h"
+#include "dbusRoothandler.h"
#include "AudiomanagerInterface.h"
#include "DbusSend.h"
#include "DBUSMessageHandler.h"
@@ -22,7 +23,8 @@
#define DBUS_BUSNAME "org.genivi.command"
#define DBUS_PATH "/pulse"
-const char DBUS_SERVICE_PREFIX[] = "org.genivi.audiomanagerCommand\0";
+
+const char MY_NODE[]="routinginterface\0";
DLT_IMPORT_CONTEXT(DBusPlugin);