AFBClient: move api_call() to Impl as it's now private anyway.
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Tue, 5 Sep 2017 07:50:25 +0000 (09:50 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Thu, 14 Sep 2017 12:04:51 +0000 (14:04 +0200)
commitdf0c4f92980769f7e9b09e8c62cf7db84cb168dc
treeceec5accc59c9732076a419e2035cdf1fe03758b
parent4289b00ecc6a813454374c0a445c2331cb79c41b
AFBClient: move api_call() to Impl as it's now private anyway.

* Also put json argument creation to helper function

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