diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-13 21:53:15 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-13 21:53:15 +0900 |
commit | 1be43a5f46ffe04d530e093077337c6582fd81d1 (patch) | |
tree | eb79ad9502992aeeb9c46baa78f4d32aff636101 /src/app.hpp | |
parent | 77b239e85360594820534afe5cb79c7d60721f40 (diff) |
Add set_request
Change-Id: Ieb0ac4e8f71c698782effab8e2fe13f30fa381ac
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/app.hpp')
-rw-r--r-- | src/app.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app.hpp b/src/app.hpp index 8b98788..e04472e 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -263,6 +263,8 @@ struct App void emit_invisible(char const *label); void emit_visible(char const *label); + WMError set_request(const std::string &appid, const std::string &role, const std::string &area, + Task task, unsigned *req_num); WMError do_transition(unsigned sequence_number); WMError check_policy(unsigned req_num); WMError start_transition(unsigned req_num); |