From: Loïc Collignon Date: Mon, 21 Jan 2019 09:40:50 +0000 (+0100) Subject: Make the object inherits the 'raw' class X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=23247259d858524c238b682bf2e796a4c32224c2 Make the object inherits the 'raw' class Base the 'object' api on the newly added api wrapper. Change-Id: I8370552688bed19265427213fc1cc2f5660aada3 Signed-off-by: Loïc Collignon --- diff --git a/include/afb/c++/binding-object.hpp b/include/afb/c++/binding-object.hpp index 65341362..307189b9 100644 --- a/include/afb/c++/binding-object.hpp +++ b/include/afb/c++/binding-object.hpp @@ -17,9 +17,7 @@ * limitations under the License. */ -extern "C" { -#include -} +#include #include #include @@ -201,6 +199,7 @@ namespace afb typename TTraits = ApiTraits > class base_api_t + : public api { friend TTraits;