summaryrefslogtreecommitdiff
path: root/client/session.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-01 13:27:44 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-06-05 13:41:56 +0300
commit231a12d1e5f855141139d0ccb5a80af85a1e34a5 (patch)
tree982a5ce66a69a35cbaea92d20fa204598bfc980c /client/session.c
parent35124fb2b4d40dabf57949ddd2c5c38c8c4ff127 (diff)
downloadobexd-231a12d1e5f855141139d0ccb5a80af85a1e34a5.tar.gz
client-api: Rename session interface to org.bluez.obex.Session
The base is also changed to /org/bluez/obex to follow the new namespace
Diffstat (limited to 'client/session.c')
-rw-r--r--client/session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/session.c b/client/session.c
index ac5c7f2..7014396 100644
--- a/client/session.c
+++ b/client/session.c
@@ -45,8 +45,8 @@
#include "driver.h"
#include "transport.h"
-#define SESSION_INTERFACE "org.openobex.Session"
-#define SESSION_BASEPATH "/org/openobex"
+#define SESSION_INTERFACE "org.bluez.obex.Session"
+#define SESSION_BASEPATH "/org/bluez/obex"
#define OBEX_IO_ERROR obex_io_error_quark()
#define OBEX_IO_ERROR_FIRST (0xff + 1)