Skip to content

Commit

Permalink
extra qualification removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Nov 8, 2024
1 parent ffc4320 commit fc55ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecal/core/src/service/ecal_service_client_id_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ namespace eCAL
CServiceClientIDImpl& operator=(CServiceClientIDImpl&&) = delete;

private:
std::pair<bool, SServiceResponse> CServiceClientIDImpl::CallBlocking(const Registration::SEntityId& entity_id_, const std::string& method_name_, const std::string& request_, std::chrono::nanoseconds timeout_);
std::pair<bool, SServiceResponse> CallBlocking(const Registration::SEntityId& entity_id_, const std::string& method_name_, const std::string& request_, std::chrono::nanoseconds timeout_);

Registration::Sample GetRegistrationSample();
Registration::Sample GetUnregistrationSample();
Expand Down

0 comments on commit fc55ad4

Please sign in to comment.