summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-01 13:23:36 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-05 13:41:56 +0300
commit420f21b12df0ac24dadf2c40b8985e5956e8ad1d (patch)
treebdf8e160de7d7eea8e1dbe4dc602b2ef44e7ee6d /client
parent78b02b0461a80f6c42c248a551787fce8bdb4043 (diff)
downloadobexd-420f21b12df0ac24dadf2c40b8985e5956e8ad1d.tar.gz
client: Change namespace to org.bluez.obex.client
Diffstat (limited to 'client')
-rw-r--r--client/manager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/manager.c b/client/manager.c
index 9bb1465..1ae95f5 100644
--- a/client/manager.c
+++ b/client/manager.c
@@ -45,10 +45,10 @@
#include "sync.h"
#include "map.h"
-#define CLIENT_SERVICE "org.openobex.client"
+#define CLIENT_SERVICE "org.bluez.obex.client"
-#define CLIENT_INTERFACE "org.openobex.Client"
-#define CLIENT_PATH "/"
+#define CLIENT_INTERFACE "org.bluez.obex.Client"
+#define CLIENT_PATH "/"
struct send_data {
DBusConnection *connection;