X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhs-clientmanager.h;h=366f256aa831a9f7408f788719871bebd5ce016a;hb=fa01549aba442decaf7c6d5b655da2d15d1a32ed;hp=54283c265622ac136a6e68de2f9f5d61d4b396cc;hpb=868898485c76ad5b0140e6528ba04c08878ea3ce;p=apps%2Fagl-service-homescreen.git diff --git a/src/hs-clientmanager.h b/src/hs-clientmanager.h index 54283c2..366f256 100644 --- a/src/hs-clientmanager.h +++ b/src/hs-clientmanager.h @@ -54,7 +54,7 @@ private: HS_ClientCtxt* createClientCtxt(afb_req_t req, std::string appid); HS_Client* addClient(afb_req_t req, std::string appid); void removeClient(std::string appid); - void checkRegisterApp(const std::string &appid); + void checkRegisterApp(afb_api_t api, const std::string &appid); private: static HS_ClientManager* me;