X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhs-proxy.cpp;h=a7236b4ff586e7d914667e32adcc5956c86276da;hb=58eebeba6beb38861add052b9f4641f85906c8f1;hp=f0ee5f03183725f4ad1bc5ce94c636c108bb434b;hpb=60bc3bb15799c2443bc8074c9cb23317e2784d77;p=apps%2Fagl-service-homescreen.git diff --git a/src/hs-proxy.cpp b/src/hs-proxy.cpp index f0ee5f0..a7236b4 100644 --- a/src/hs-proxy.cpp +++ b/src/hs-proxy.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include "homescreen.h" #include "hs-proxy.h" const char _afm_main[] = "afm-main"; @@ -127,8 +128,8 @@ int HS_AfmMainProxy::detail(afb_api_t api, const std::string &id, struct json_ob * None * */ -void HS_AfmMainProxy::start(afb_req_t request, const std::string &id) +void HS_AfmMainProxy::start(struct hs_instance *instance, afb_req_t request, const std::string &id) { struct json_object *args = json_object_new_string(id.c_str()); api_call(request->api, _afm_main, __FUNCTION__, args); -} \ No newline at end of file +}