Skip to content

Commit

Permalink
Refs #21129: Add missing code lost in the rebase
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
  • Loading branch information
elianalf committed Jun 17, 2024
1 parent ac135b0 commit 5ca0101
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/blackbox/common/RTPSAsSocketReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,12 @@ class RTPSAsSocketReader
attr.accept_messages_from_unkown_writers =
eprosima::fastdds::rtps::RELIABLE != reader_attr_.endpoint.reliabilityKind;
reader_ = eprosima::fastdds::rtps::RTPSDomain::createRTPSReader(participant_, attr, history_,

&listener_);
ASSERT_NE(reader_, nullptr);

register_writer();

initialized_ = true;
}

bool isInitialized() const
Expand Down

0 comments on commit 5ca0101

Please sign in to comment.