A
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Wed, 13 Jun 2018 03:06:30 +0000 (12:06 +0900)
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Wed, 13 Jun 2018 03:06:30 +0000 (12:06 +0900)
Change-Id: I097b1ba466962b17c3e9083b54ef2df006505900
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
src/applist.hpp

index 59f37ba..eaa7e99 100644 (file)
@@ -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);