summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus
diff options
context:
space:
mode:
Diffstat (limited to 'PluginCommandInterfaceDbus')
-rw-r--r--PluginCommandInterfaceDbus/include/CAmCommandSenderDbus.h2
-rw-r--r--PluginCommandInterfaceDbus/include/CommandInterface.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/PluginCommandInterfaceDbus/include/CAmCommandSenderDbus.h b/PluginCommandInterfaceDbus/include/CAmCommandSenderDbus.h
index 2394a91..4fcce88 100644
--- a/PluginCommandInterfaceDbus/include/CAmCommandSenderDbus.h
+++ b/PluginCommandInterfaceDbus/include/CAmCommandSenderDbus.h
@@ -34,7 +34,7 @@
namespace am
{
-const char MY_NODE[] = "CommandInterface";
+const char MY_NODE[] = "commandinterface";
/**
* Dbus Implementation of CommandSendInterface
diff --git a/PluginCommandInterfaceDbus/include/CommandInterface.xml b/PluginCommandInterfaceDbus/include/CommandInterface.xml
index 294a92a..87abfae 100644
--- a/PluginCommandInterfaceDbus/include/CommandInterface.xml
+++ b/PluginCommandInterfaceDbus/include/CommandInterface.xml
@@ -4,7 +4,7 @@
"http://standards.freedesktop.org/dbus/1.0/introspect.dtd">
<node>
- <interface name="org.genivi.audiomanager.CommandInterface">
+ <interface name="org.genivi.audiomanager.commandinterface">
<method name="Connect">
<arg type="q" name="sourceID" direction="in"/>
<arg type="q" name="sinkID" direction="in"/>