Skip to content

Commit

Permalink
sonar fixes #verification #sonar #docs
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Dec 3, 2024
1 parent b8d8b55 commit 423849e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/modules/Findcetl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

include(FetchContent)
set(cetl_GIT_REPOSITORY "https://github.com/OpenCyphal/cetl.git")
set(cetl_GIT_TAG "main")
set(cetl_GIT_TAG "sshirokov/benchmark")

FetchContent_Declare(
cetl
Expand Down
4 changes: 2 additions & 2 deletions include/libcyphal/presentation/server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ namespace detail

/// @brief Defines internal base class for any concrete (final) RPC server.
///
class ServerBase : ServerImpl::Callback
class ServerBase : private ServerImpl::Callback
{
public:
/// @brief Defines failure type for a base server operations.
/// @brief Defines a failure type for a base server operations.
///
/// The set of possible failures of the base server includes transport layer failures.
/// A strong-typed server extends this type with its own error types (serialization-related).
Expand Down

0 comments on commit 423849e

Please sign in to comment.