Skip to content

Commit

Permalink
extra qualifier removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Mar 20, 2024
1 parent 5867c67 commit 655796d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ecal/core/src/ecal_descgate.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ namespace eCAL
bool GetServiceDescription(const std::string& service_name_, const std::string& method_name_, std::string& req_type_desc_, std::string& resp_type_desc_);

protected:
bool CDescGate::ApplySample(const Registration::Sample& sample_, eTLayerType layer_);
bool ApplySample(const Registration::Sample& sample_, eTLayerType layer_);

bool ApplyTopicDescription(const std::string& topic_name_,
const SDataTypeInformation& topic_info_,
Expand Down
2 changes: 1 addition & 1 deletion ecal/core/src/service/ecal_clientgate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
**/

#include "ecal_clientgate.h"
#include "ecal_descgate.h"
#include "service/ecal_service_client_impl.h"

#include <atomic>
#include <mutex>
#include <shared_mutex>
Expand Down
1 change: 0 additions & 1 deletion ecal/core/src/service/ecal_service_server_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <ecal/ecal_config.h>

#include "registration/ecal_registration_provider.h"
#include "ecal_descgate.h"
#include "ecal_global_accessors.h"
#include "ecal_service_server_impl.h"
#include "ecal_service_singleton_manager.h"
Expand Down

0 comments on commit 655796d

Please sign in to comment.