X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Frequest.cpp;h=97b9f493479d2755387459294fc8cc25eae7a90a;hb=92a48ccfc61ae0452bc814c3baa4e4c0ce885890;hp=9c69058722f62b0154997c7076e8889491d64373;hpb=45ff324610e21ffd0292bdd1e39726c808a41725;p=apps%2Fagl-service-windowmanager.git diff --git a/src/request.cpp b/src/request.cpp index 9c69058..97b9f49 100644 --- a/src/request.cpp +++ b/src/request.cpp @@ -16,11 +16,12 @@ #include "request.hpp" -namespace wm { +namespace wm +{ using std::string; -WMRequest::WMRequest(){} +WMRequest::WMRequest() {} WMRequest::WMRequest(string appid, string role, string area, Task task) : seq_num(0), @@ -29,14 +30,15 @@ WMRequest::WMRequest(string appid, string role, string area, Task task) { } -WMRequest::~WMRequest(){ - +WMRequest::~WMRequest() +{ } -WMRequest::WMRequest(const WMRequest &obj){ +WMRequest::WMRequest(const WMRequest &obj) +{ this->seq_num = obj.seq_num; this->trigger = obj.trigger; this->sync_draw_req = obj.sync_draw_req; } -} \ No newline at end of file +} // namespace wm \ No newline at end of file