X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fjson_helper.hpp;h=687fd8949e59ad5c475c24e5581e3733afc5389b;hb=afd5c59cdfeeb142feb57afe7d3d47f5f83fda45;hp=15d72c33717f054b19e82838eed99a96f3b95446;hpb=074d058a7a483a66af7f8c0b928b321ad483f47c;p=apps%2Fagl-service-windowmanager.git diff --git a/src/json_helper.hpp b/src/json_helper.hpp index 15d72c3..687fd89 100644 --- a/src/json_helper.hpp +++ b/src/json_helper.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Mentor Graphics Development (Deutschland) GmbH + * Copyright (c) 2017 TOYOTA MOTOR CORPORATION * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,8 +23,8 @@ struct json_object; -json_object *to_json(genivi::screen const *s); -json_object *to_json(genivi::controller::props_map const &s); +json_object *to_json(compositor::screen const *s); +json_object *to_json(compositor::controller::props_map const &s); json_object *to_json(std::vector const &v); #endif // TMCAGLWM_JSON_HELPER_HPP