summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2013-06-28 11:02:48 +0200
committerChristian Linke <christian.linke@bmw.de>2013-06-28 11:02:48 +0200
commit99d4dc063c4558223d58069b9b03a7eb89c96915 (patch)
tree3e6985b5e323a487fb7a10afc95245e510b97441
parentc95cee6a58875f4b9dd69be1d8764bd877ab15a7 (diff)
downloadaudiomanager-99d4dc063c4558223d58069b9b03a7eb89c96915.tar.gz
* new naming convention for dbus interfaces.
Signed-off-by: Christian Linke <christian.linke@bmw.de>
-rw-r--r--PluginCommandInterfaceDbus/include/CAmCommandSenderDbus.h2
-rw-r--r--PluginCommandInterfaceDbus/include/CommandInterface.xml2
-rw-r--r--PluginRoutingInterfaceDbus/include/CAmRoutingSenderDbus.h2
-rw-r--r--PluginRoutingInterfaceDbus/include/RoutingReceiver.xml2
-rw-r--r--PluginRoutingInterfaceDbus/include/RoutingSender.xml2
5 files changed, 5 insertions, 5 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"/>
diff --git a/PluginRoutingInterfaceDbus/include/CAmRoutingSenderDbus.h b/PluginRoutingInterfaceDbus/include/CAmRoutingSenderDbus.h
index a7f251b..631ebd3 100644
--- a/PluginRoutingInterfaceDbus/include/CAmRoutingSenderDbus.h
+++ b/PluginRoutingInterfaceDbus/include/CAmRoutingSenderDbus.h
@@ -25,7 +25,7 @@
namespace am
{
-#define ROUTING_NODE "RoutingInterface"
+#define ROUTING_NODE "routinginterface"
class CAmRoutingSenderDbus: public IAmRoutingSend
{
diff --git a/PluginRoutingInterfaceDbus/include/RoutingReceiver.xml b/PluginRoutingInterfaceDbus/include/RoutingReceiver.xml
index f8799c6..e9ac700 100644
--- a/PluginRoutingInterfaceDbus/include/RoutingReceiver.xml
+++ b/PluginRoutingInterfaceDbus/include/RoutingReceiver.xml
@@ -4,7 +4,7 @@
"http://standards.freedesktop.org/dbus/1.0/introspect.dtd">
<node>
- <interface name="org.genivi.audiomanager.RoutingInterface">
+ <interface name="org.genivi.audiomanager.routinginterface">
<method name="ackConnect">
<arg name="handle" type="q" direction="in" />
<arg name="connectionID" type="q" direction="in" />
diff --git a/PluginRoutingInterfaceDbus/include/RoutingSender.xml b/PluginRoutingInterfaceDbus/include/RoutingSender.xml
index adfc5ad..40ec984 100644
--- a/PluginRoutingInterfaceDbus/include/RoutingSender.xml
+++ b/PluginRoutingInterfaceDbus/include/RoutingSender.xml
@@ -4,7 +4,7 @@
"http://standards.freedesktop.org/dbus/1.0/introspect.dtd">
<node>
- <interface name='org.pulseaudio.genivi.RoutingSend'>
+ <interface name='org.pulseaudio.genivi.routingsend'>
<method name='asyncAbort'>
<arg name='handle' type='q' direction='in' />
<arg name='error' type='n' direction='out' />