diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-13 12:06:30 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-13 12:06:30 +0900 |
commit | 0af492685eb4a180ec3cef86338eb5dd3d8c3383 (patch) | |
tree | 54bb2761d7d9c90d3cda590cbfe50ed1c66cf234 /src | |
parent | 6e2872d06857fdb6ecc76064cb80930e9a2635e4 (diff) |
A
Change-Id: I097b1ba466962b17c3e9083b54ef2df006505900
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src')
-rw-r--r-- | src/applist.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/applist.hpp b/src/applist.hpp index 59f37ba..eaa7e99 100644 --- a/src/applist.hpp +++ b/src/applist.hpp @@ -39,7 +39,7 @@ class AppList AppList(const AppList &obj) = delete; // Client Database Interface - /* TODO: consider, which is better WMClient as parameter? + /* TODO: consider, which is better WMClient as parameter or not If the WMClient should be more flexible, I think this param should be WMClient class */ void addClient(const std::string &appid, unsigned layer, unsigned surface, const std::string &role); |