Skip to content

Commit

Permalink
Remove fastrtps fixed_size_string.hpp references (#695)
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
Signed-off-by: eduponz <eduardoponz@eprosima.com>
  • Loading branch information
elianalf authored and EduPonz committed May 14, 2024
1 parent 235c491 commit d314226
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/DDSCodeTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class CustomDomainParticipantListener : public DomainParticipantListener
void on_type_discovery(
DomainParticipant* participant,
const eprosima::fastrtps::rtps::SampleIdentity& request_sample_id,
const eprosima::fastrtps::string_255& topic,
const eprosima::fastcdr::string_255& topic,
const eprosima::fastrtps::types::TypeIdentifier* identifier,
const eprosima::fastrtps::types::TypeObject* object,
eprosima::fastrtps::types::DynamicType_ptr dyn_type) override
Expand Down Expand Up @@ -258,8 +258,8 @@ class CustomDomainParticipantListener : public DomainParticipantListener

void on_type_information_received(
DomainParticipant* participant,
const eprosima::fastrtps::string_255 topic_name,
const eprosima::fastrtps::string_255 type_name,
const eprosima::fastcdr::string_255 topic_name,
const eprosima::fastcdr::string_255 type_name,
const eprosima::fastrtps::types::TypeInformation& type_information) override
{
static_cast<void>(participant);
Expand Down Expand Up @@ -989,7 +989,7 @@ class DiscoveryDomainParticipantListener : public DomainParticipantListener
void on_type_discovery(
DomainParticipant* participant,
const eprosima::fastrtps::rtps::SampleIdentity& request_sample_id,
const eprosima::fastrtps::string_255& topic,
const eprosima::fastcdr::string_255& topic,
const eprosima::fastrtps::types::TypeIdentifier* identifier,
const eprosima::fastrtps::types::TypeObject* object,
eprosima::fastrtps::types::DynamicType_ptr dyn_type) override
Expand Down

0 comments on commit d314226

Please sign in to comment.