From 420f21b12df0ac24dadf2c40b8985e5956e8ad1d Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 1 Jun 2012 13:23:36 +0300 Subject: client: Change namespace to org.bluez.obex.client --- client/manager.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client') 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; -- cgit v1.2.1