summaryrefslogtreecommitdiffstats
path: root/include/libhomescreen.hpp
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2018-08-24 04:42:40 +0000
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2018-08-24 10:57:37 +0000
commitd22ffadbe9fcb13144264e71da300bdf56724906 (patch)
treef6bf54605c6d5c1504b74bf7a35d2c19dd72a0fb /include/libhomescreen.hpp
parent58d5aa69c638b5e6d59f858516385e01fe248031 (diff)
Revert "Use appid between homescreen-service and apps"flounder_5.99.4flounder/5.99.45.99.4
This reverts commit 58d5aa69c638b5e6d59f858516385e01fe248031. Bug-AGL: SPEC-1685 Change-Id: I166edba9dcc41a7f2e5d9c7a9a6bd75216a27be8 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'include/libhomescreen.hpp')
-rw-r--r--include/libhomescreen.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libhomescreen.hpp b/include/libhomescreen.hpp
index ea35d1e..4a92059 100644
--- a/include/libhomescreen.hpp
+++ b/include/libhomescreen.hpp
@@ -51,7 +51,7 @@ public:
/* Method */
int init(const int port, const std::string& token);
- int tapShortcut(const char* application_id);
+ int tapShortcut(const char* application_name);
int onScreenMessage(const char* display_message);
int onScreenReply(const char* reply_message);
@@ -77,7 +77,6 @@ private:
struct afb_wsj1* sp_websock;
struct afb_wsj1_itf minterface;
sd_event* mploop;
- std::string mapp_id;
std::string muri;
int mport = 2000;