aboutsummaryrefslogtreecommitdiffstats
path: root/src/hs-clientmanager.h
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-10-30 14:26:59 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-10-30 14:26:59 +0900
commitac38c0f5d121e9dadb0fe5db25d7aed9fa1b9389 (patch)
treecd389a3f4d30fa7661fb5fae063438291d102e87 /src/hs-clientmanager.h
parent789ecb879cc529400b290eb9750fd1f9298fc690 (diff)
add source for ces2019
Diffstat (limited to 'src/hs-clientmanager.h')
-rw-r--r--src/hs-clientmanager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hs-clientmanager.h b/src/hs-clientmanager.h
index 99c6c0b..cb49088 100644
--- a/src/hs-clientmanager.h
+++ b/src/hs-clientmanager.h
@@ -47,13 +47,13 @@ public:
static HS_ClientManager* instance(void);
int init(void);
HS_Client* find(std::string appid);
- HS_Client* getClient(afb_req_t req, std::string appid);
+ HS_Client* getClient(afb_req req, std::string appid);
std::vector<HS_Client*> getAllClient(void);
void removeClientCtxt(void *data);
private:
- HS_ClientCtxt* createClientCtxt(afb_req_t req, std::string appid);
- HS_Client* addClient(afb_req_t req, std::string appid);
+ HS_ClientCtxt* createClientCtxt(afb_req req, std::string appid);
+ HS_Client* addClient(afb_req req, std::string appid);
void removeClient(std::string appid);
private: