AFBClient: make all call through call()
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Fri, 1 Sep 2017 10:06:09 +0000 (12:06 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Thu, 14 Sep 2017 12:04:51 +0000 (14:04 +0200)
commitb8ec6408f237065d6f87a23bcfe6c20ac56528bf
tree94849a32a0fd4927af5a030a81506a93067081cb
parentf9ab62922d45a9524d9f6af269aefd1af3c2e850
AFBClient: make all call through call()

* Make all calls through call().
* dispatch() aggressively to ensure we actually dispatch our call
  reply too.
* Extend scope tracing, guarded by NDEBUG.
* Remove onReply, always use the locally supplied callable.
* Simplify method implementations making API calls.
* Propagate API call result through call() method return value.

Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
AFBClient.cpp
AFBClient.h