From: Loïc Collignon Date: Wed, 2 Jan 2019 16:44:27 +0000 (+0100) Subject: c++: New C++ API for bindings X-Git-Tag: 7.99.1~47 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=cf1917f00d28381023d2e30f767adc5872b21084;hp=cf1917f00d28381023d2e30f767adc5872b21084;p=src%2Fapp-framework-binder.git c++: New C++ API for bindings You can implement a C++ binding API by inheriting the templated base class 'base_api_t' and overriding the methods you want. At the same time, the c++ files are now located in in their own subdirectory: afb/c++ Change-Id: Ie02535961ec6b4b5ae21390cb520acb1fdc44c9e Signed-off-by: Loïc Collignon ---