aboutsummaryrefslogtreecommitdiffstats
path: root/src/hs-clientmanager.h
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-04-22 17:38:59 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-04-23 19:23:14 +0800
commit95c8f8ac2526acc5f7467704532ea235532b1876 (patch)
treefe26cc3b6953f998935b878b7f9e224412ece96b /src/hs-clientmanager.h
parentc393aaa4ae541f1f925981a6f8ae20d46626e8b6 (diff)
add lastmode function
Change-Id: I4b7ca96d1333d170c211b420d79ea9a4d3e1272a
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 cbddaba..efc36de 100644
--- a/src/hs-clientmanager.h
+++ b/src/hs-clientmanager.h
@@ -53,7 +53,6 @@ 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 registerApplication(std::string appid);
private:
static HS_ClientManager* me;