From fa6d02155e06bee279e017c1c844c2b546bf0d1c Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 19 May 2017 16:17:36 +0200 Subject: Adjust method signature to be more efficient. Return vector reference and doesn't return const ref. Change-Id: Ibcbc1d72e4baf1a7b8bf017d36d6d37d25312d6d Signed-off-by: Romain Forlot # Conflicts: # CAN-binder/low-can-binding/can/can-signals.hpp --- CAN-binder/low-can-binding/diagnostic/diagnostic-message.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CAN-binder/low-can-binding/diagnostic/diagnostic-message.hpp') diff --git a/CAN-binder/low-can-binding/diagnostic/diagnostic-message.hpp b/CAN-binder/low-can-binding/diagnostic/diagnostic-message.hpp index 675e189..ac427b9 100644 --- a/CAN-binder/low-can-binding/diagnostic/diagnostic-message.hpp +++ b/CAN-binder/low-can-binding/diagnostic/diagnostic-message.hpp @@ -68,7 +68,7 @@ class diagnostic_message_t DiagnosticResponseDecoder decoder, DiagnosticResponseCallback callback, bool supported); uint32_t get_pid(); - const std::string& get_generic_name() const; + const std::string get_generic_name() const; const std::string get_name() const; float get_frequency() const; DiagnosticResponseDecoder get_decoder() const; -- cgit 1.2.3-korg