diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-10-09 11:11:59 +0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-10-15 10:21:22 -0700 |
commit | 1327b1e52b86f288dffb8e2655ee9a58865ae8b8 (patch) | |
tree | 738c7e69f4363aba0082f7f6e6bd67d5f40b138e /binding/gdbus | |
parent | de0372f543e595966622c0c63a93fb994f92d022 (diff) |
binding: telephony: upgrade to afm framework version 3
Bug-AGL: SPEC-1757
Change-Id: Ie27070063d1c66329cddab8eb28ecdf2cd1f203e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding/gdbus')
-rw-r--r-- | binding/gdbus/ofono_manager.c | 3 | ||||
-rw-r--r-- | binding/gdbus/ofono_manager.h | 2 | ||||
-rw-r--r-- | binding/gdbus/ofono_voicecall.c | 2 | ||||
-rw-r--r-- | binding/gdbus/ofono_voicecallmanager.c | 2 |
4 files changed, 3 insertions, 6 deletions
diff --git a/binding/gdbus/ofono_manager.c b/binding/gdbus/ofono_manager.c index 98b0fdc..ebe1412 100644 --- a/binding/gdbus/ofono_manager.c +++ b/binding/gdbus/ofono_manager.c @@ -18,9 +18,6 @@ #include <string.h> -#define AFB_BINDING_VERSION 2 -#include <afb/afb-binding.h> - #include "ofono_manager.h" #include "ofono_manager_interface.h" diff --git a/binding/gdbus/ofono_manager.h b/binding/gdbus/ofono_manager.h index 6ab7785..0556d4f 100644 --- a/binding/gdbus/ofono_manager.h +++ b/binding/gdbus/ofono_manager.h @@ -18,7 +18,7 @@ #define _GNU_SOURCE -#define AFB_BINDING_VERSION 2 +#define AFB_BINDING_VERSION 3 #include <afb/afb-binding.h> int ofono_manager_init(void); diff --git a/binding/gdbus/ofono_voicecall.c b/binding/gdbus/ofono_voicecall.c index cdc0da9..73e4072 100644 --- a/binding/gdbus/ofono_voicecall.c +++ b/binding/gdbus/ofono_voicecall.c @@ -19,7 +19,7 @@ #include <string.h> #include <unistd.h> -#define AFB_BINDING_VERSION 2 +#define AFB_BINDING_VERSION 3 #include <afb/afb-binding.h> #include "ofono_voicecall_interface.h" diff --git a/binding/gdbus/ofono_voicecallmanager.c b/binding/gdbus/ofono_voicecallmanager.c index 956bcba..10d31d1 100644 --- a/binding/gdbus/ofono_voicecallmanager.c +++ b/binding/gdbus/ofono_voicecallmanager.c @@ -18,7 +18,7 @@ #include <string.h> -#define AFB_BINDING_VERSION 2 +#define AFB_BINDING_VERSION 3 #include <afb/afb-binding.h> #include "ofono_voicecallmanager_interface.h" |