@@ -1938,7 +1938,7 @@ TEST(DDSDiscovery, pdp_simple_participants_exchange_same_pid_domain_id_and_disco
19381938{
19391939 using namespace eprosima ::fastdds::dds;
19401940 using namespace eprosima ::fastdds::rtps;
1941- using namespace eprosima ::fastrtps ::rtps;
1941+ using namespace eprosima ::fastdds ::rtps;
19421942
19431943 PubSubReader<HelloWorldPubSubType> reader (TEST_TOPIC_NAME );
19441944 PubSubWriter<HelloWorldPubSubType> writer (TEST_TOPIC_NAME );
@@ -1963,8 +1963,8 @@ TEST(DDSDiscovery, pdp_simple_participants_exchange_same_pid_domain_id_and_disco
19631963 uint16_t plength = 0 ;
19641964 bool valid = true ;
19651965
1966- valid &= eprosima::fastrtps ::rtps::CDRMessage::readUInt16 (&msg, (uint16_t *)&pid);
1967- valid &= eprosima::fastrtps ::rtps::CDRMessage::readUInt16 (&msg, &plength);
1966+ valid &= eprosima::fastdds ::rtps::CDRMessage::readUInt16 (&msg, (uint16_t *)&pid);
1967+ valid &= eprosima::fastdds ::rtps::CDRMessage::readUInt16 (&msg, &plength);
19681968
19691969 if (pid == eprosima::fastdds::dds::PID_SENTINEL )
19701970 {
@@ -1987,7 +1987,7 @@ TEST(DDSDiscovery, pdp_simple_participants_exchange_same_pid_domain_id_and_disco
19871987 if (pid == eprosima::fastdds::dds::PID_DOMAIN_ID )
19881988 {
19891989 uint32_t domain_id = 0 ;
1990- eprosima::fastrtps ::rtps::CDRMessage::readUInt32 (&msg, &domain_id);
1990+ eprosima::fastdds ::rtps::CDRMessage::readUInt32 (&msg, &domain_id);
19911991 if (domain_id == (uint32_t )GET_PID () % 230 )
19921992 {
19931993 pid_was_found = true ;
0 commit comments