Skip to content

Commit

Permalink
comments fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Feb 6, 2025
1 parent 7ff7b07 commit 43879f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ namespace eCAL
/**
* @brief Blocking call of a service method for all matching service instances, returning typed responses.
*
* @tparam ResponseT Expected protobuf response type (e.g. SFloat).
* @tparam ResponseT Expected protobuf response type.
*
* @param method_name_ Method name.
* @param request_ Request message.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace eCAL
* This structure holds a typed response for a service call. The response is stored
* as a smart pointer to the expected protobuf message type.
*
* @tparam ResponseT The expected protobuf response type (for example, SFloat).
* @tparam ResponseT The expected protobuf response type.
*/
template <typename ResponseT>
struct TMsgServiceResponse
Expand Down

0 comments on commit 43879f4

Please sign in to comment.