From: José Bollo Date: Wed, 2 Jan 2019 19:01:44 +0000 (+0100) Subject: afb-binding-v3: Fix issues in includes X-Git-Tag: 6.99.4~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=3bb9874df7e9e8e325ec4bcb5e03616d98c5d504;hp=3bb9874df7e9e8e325ec4bcb5e03616d98c5d504;p=src%2Fapp-framework-binder.git afb-binding-v3: Fix issues in includes Fix 1: afb_api_v3_verbose doesn't exist Fix 2: afb_api_vverbose isn't declared Fix 3: Ensure implicit cast of "api" and "req" Using presupposed knowledge of internals of afb_api_t and afb_req_t is bad when dealing with implicit conversion in C++ and is generally not the way to go. Change-Id: I2630faa5ea0ae315ca95e4fd6ed6ae1a0beb01a5 Signed-off-by: José Bollo ---