From 9d8aa22243243c617c97e79de26bbd36d9592429 Mon Sep 17 00:00:00 2001 From: xuxuxuxuxu <74698773+green-hand-Xu@users.noreply.github.com> Date: Wed, 14 Jun 2023 21:47:53 +0800 Subject: [PATCH] Correction of interface description comments (#464) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 许营博 --- interface/vsomeip/message_base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/vsomeip/message_base.hpp b/interface/vsomeip/message_base.hpp index fbdceb7b9..4621fa2a5 100644 --- a/interface/vsomeip/message_base.hpp +++ b/interface/vsomeip/message_base.hpp @@ -110,7 +110,7 @@ class message_base VSOMEIP_EXPORT virtual request_t get_request() const = 0; /** - * \brief Set the client identifier in the message header. + * \brief Get the client identifier in the message header. */ VSOMEIP_EXPORT virtual client_t get_client() const = 0;