diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-11-26 10:57:42 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-11-26 10:57:42 +0100 |
commit | 4c10a569c112ffb3a646bc0e5353d190fef58e22 (patch) | |
tree | fd74c1177e94fd9a9692332c9ace4f4e39b6493b /include/dbus.h | |
parent | abe0a8232bb8c92883bd4328becdbf60b7d54e55 (diff) | |
download | connman-4c10a569c112ffb3a646bc0e5353d190fef58e22.tar.gz connman-4c10a569c112ffb3a646bc0e5353d190fef58e22.tar.bz2 connman-4c10a569c112ffb3a646bc0e5353d190fef58e22.zip |
Change service name from org.moblin.connman to net.connman
Diffstat (limited to 'include/dbus.h')
-rw-r--r-- | include/dbus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dbus.h b/include/dbus.h index c321690f..9be76b2f 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -28,8 +28,8 @@ extern "C" { #endif -#define CONNMAN_SERVICE "org.moblin.connman" -#define CONNMAN_PATH "/org/moblin/connman" +#define CONNMAN_SERVICE "net.connman" +#define CONNMAN_PATH "/net/connman" #define CONNMAN_DEBUG_INTERFACE CONNMAN_SERVICE ".Debug" #define CONNMAN_ERROR_INTERFACE CONNMAN_SERVICE ".Error" |