summaryrefslogtreecommitdiffstats
path: root/binding/gdbus
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-10-18 08:24:21 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-10-18 08:24:21 +0000
commit4a780082fa5aa993ec2c38cb1d3d92ea5b069950 (patch)
treec3bcc3c8a8b8486290e3c6aab754a08d30bfa732 /binding/gdbus
parent4f6730e8440a64e22741ebd78baf5de3068d003b (diff)
parent1327b1e52b86f288dffb8e2655ee9a58865ae8b8 (diff)
Merge "binding: telephony: upgrade to afm framework version 3"flounder_6.0.2flounder/6.0.26.0.2
Diffstat (limited to 'binding/gdbus')
-rw-r--r--binding/gdbus/ofono_manager.c3
-rw-r--r--binding/gdbus/ofono_manager.h2
-rw-r--r--binding/gdbus/ofono_voicecall.c2
-rw-r--r--binding/gdbus/ofono_voicecallmanager.c2
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"