X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Frequest.cpp;h=97b9f493479d2755387459294fc8cc25eae7a90a;hb=f985291576affb4a2054e81ed34e7ff57ea50922;hp=2e674d8204636ff562f19faaad648268e798b50b;hpb=5ac52dc6412f8311b6cfbd0e99652c914d5c6168;p=apps%2Fagl-service-windowmanager.git diff --git a/src/request.cpp b/src/request.cpp index 2e674d8..97b9f49 100644 --- a/src/request.cpp +++ b/src/request.cpp @@ -14,13 +14,14 @@ * limitations under the License. */ -#include "applist.hpp" +#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