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: adriancampo <adriancampo@eprosima.com>
  • Loading branch information
elianalf authored and adriancampo committed Mar 17, 2024
1 parent 3b5a6a8 commit 667f5ea
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 @@ -227,7 +227,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 @@ -255,8 +255,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 @@ -986,7 +986,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 667f5ea

Please sign in to comment.