X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CAN-binder%2Flow-can-binding%2Futils%2Fconfig-parser.hpp;h=ce032c9a952117aa5950a3e1aa630dc12d6bd3aa;hb=452ab62dae573efc3a2d5a5d97c2f10fca5f502d;hp=28a43419666598609f5b442c486b7e9c1f6ee703;hpb=12e680a3c97a2750c657a8c561a79706f3689149;p=apps%2Fagl-service-can-low-level.git diff --git a/CAN-binder/low-can-binding/utils/config-parser.hpp b/CAN-binder/low-can-binding/utils/config-parser.hpp index 28a43419..ce032c9a 100644 --- a/CAN-binder/low-can-binding/utils/config-parser.hpp +++ b/CAN-binder/low-can-binding/utils/config-parser.hpp @@ -19,6 +19,7 @@ #include #include +#include #include "ini-config.hpp" namespace utils @@ -36,6 +37,6 @@ namespace utils config_parser_t(std::string conf_file); bool check_conf(); - const std::vector get_devices_name(); + const std::vector > get_devices_name(); }; }