From eabd10ffe2f9cb5c31262ad3152b037eb2286857 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Mon, 23 Oct 2017 14:46:17 +0900 Subject: Modify function argument from char to json Change libhomescreen event api from char to json. Also modify samples who use this. BUG-AGL: SPEC-992 Change-Id: Id3986d413f9494019f6b175488dd73de226ba020 Signed-off-by: zheng_wenlong --- include/libhomescreen.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libhomescreen.hpp b/include/libhomescreen.hpp index 5720368..9034dc8 100644 --- a/include/libhomescreen.hpp +++ b/include/libhomescreen.hpp @@ -38,7 +38,7 @@ public: LibHomeScreen(const LibHomeScreen &) = delete; LibHomeScreen &operator=(const LibHomeScreen &) = delete; - using handler_func = std::function; + using handler_func = std::function; enum EventType { Event_TapShortcut = 1, -- cgit 1.2.3-korg