summaryrefslogtreecommitdiffstats
path: root/src/hs-clientmanager.h
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-08-17 12:57:07 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-08-19 16:14:47 +0300
commitf6c6f42502ba2919f23f553239dd8b117440b365 (patch)
treedc7f88a4ba0bbc111036f61123e6c780331e299f /src/hs-clientmanager.h
parent58eebeba6beb38861add052b9f4641f85906c8f1 (diff)
hs-clientmanager: Store the appidClientContext directly
Make client related methods public to be able to call them from other callsites. Bug-AGL: SPEC-3524 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I7e13b83564bb6e5d49b760c27665b44d09b0ee94
Diffstat (limited to 'src/hs-clientmanager.h')
-rw-r--r--src/hs-clientmanager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hs-clientmanager.h b/src/hs-clientmanager.h
index 7ca6411..96a15b9 100644
--- a/src/hs-clientmanager.h
+++ b/src/hs-clientmanager.h
@@ -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);