X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Futil.hpp;h=36e556cee7b3d73aa77928b7342937cc83538e29;hb=a33cbe3e083318a4f48d44a645ee24447536e3a6;hp=65b29e0fdb0761ab6840e48f3c1cf080a993864c;hpb=05b4c23fbf153fee1c3bda1450c45d2c66b72bae;p=apps%2Fagl-service-windowmanager.git diff --git a/src/util.hpp b/src/util.hpp index 65b29e0..36e556c 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2017 TOYOTA MOTOR CORPORATION + * Copyright (c) 2018 Konsulko Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -117,4 +118,7 @@ class rectangle long _bottom; }; +// Configuration file path helper +std::string get_file_path(const char *file_name, const char *root_path = NULL); + #endif // !WM_UTIL_HPP