X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fjson_helper.hpp;h=7d5d26febc4eab96195f6f3e25bad84e80adee5b;hb=353bfe55c134bb19247bf26c2498c0d87f80dc18;hp=4a536d30ebd5aa0a26dc36326395200c8e9cae77;hpb=9dfa6b9427115e7402ce25e40e4d78b20d559c93;p=staging%2Fwindowmanager.git diff --git a/src/json_helper.hpp b/src/json_helper.hpp index 4a536d3..7d5d26f 100644 --- a/src/json_helper.hpp +++ b/src/json_helper.hpp @@ -5,12 +5,8 @@ struct json_object; -json_object *to_json(genivi::surface const *s); -json_object *to_json(genivi::layer const *l); json_object *to_json(genivi::screen const *s); -json_object *to_json(genivi::controller::surface_map_type const &s); -json_object *to_json(genivi::controller::layer_map_type const &l); -json_object *to_json(genivi::controller::screen_map_type const &s); +json_object *to_json(genivi::controller::props_map const &s); json_object *to_json(std::vector const &v); #endif // TMCAGLWM_JSON_HELPER_HPP