X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fapplist.hpp;h=0fe3bbde9399a73f2de272fc2847da2af1c5e799;hb=refs%2Fchanges%2F71%2F20771%2F1;hp=085504acd720d8a6e4a9fcabe21079b6298571de;hpb=010ca3f3459a52e44deb5e70e94e9cd394814e3e;p=apps%2Fagl-service-windowmanager.git diff --git a/src/applist.hpp b/src/applist.hpp index 085504a..0fe3bbd 100644 --- a/src/applist.hpp +++ b/src/applist.hpp @@ -45,6 +45,7 @@ class AppList void addClient(const std::string &appid, unsigned layer, unsigned surface, const std::string &role); void addClient(const std::string &appid, unsigned layer, const std::string &role); + void addClient(const std::string &appid); void removeClient(const std::string &appid); bool contains(const std::string &appid) const; int countClient() const;