hs-clientmanager: Store the appidClientContext directly
[apps/agl-service-homescreen.git] / src / hs-clientmanager.h
index 7ca6411..96a15b9 100644 (file)
@@ -49,7 +49,6 @@ public:
     int pushEvent(const char *event, struct json_object *param, std::string appid = "");
     void removeClientCtxt(void *data);  // don't use, internal only
 
-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);