Skip to content

Commit

Permalink
Rebase fix
Browse files Browse the repository at this point in the history
Signed-off-by: tempate <[email protected]>
  • Loading branch information
Tempate committed Oct 24, 2023
1 parent b467b16 commit 0a045c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions fastddsspy_tool/src/cpp/tool/Backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ Backend::Backend(
);

// Create and initialize Pipe
ddspipe::core::DdsPipeConfiguration ddspipe_configuration;

pipe_ = std::make_unique<ddspipe::core::DdsPipe>(
configuration.ddspipe_configuration,
discovery_database_,
Expand Down
3 changes: 0 additions & 3 deletions fastddsspy_yaml/src/cpp/YamlReaderConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,7 @@ void Configuration::load_configuration_(
WildcardDdsFilterTopic rpc_request_topic, rpc_response_topic;
rpc_request_topic.topic_name.set_value("rq/*");
rpc_response_topic.topic_name.set_value("rr/*");
<<<<<<< HEAD

=======
>>>>>>> 4c906f4 (Make the DdsPipeConfiguration required)
ddspipe_configuration.blocklist.insert(
utils::Heritable<WildcardDdsFilterTopic>::make_heritable(rpc_request_topic));
ddspipe_configuration.blocklist.insert(
Expand Down

0 comments on commit 0a045c8

Please sign in to comment.