File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -164,14 +164,8 @@ class DDSContentFilter : public testing::TestWithParam<communication_type>
164164 switch (GetParam ())
165165 {
166166 case communication_type::INTRAPROCESS:
167- <<<<<<< HEAD
168167 library_settings.intraprocess_delivery = IntraprocessDeliveryType::INTRAPROCESS_FULL;
169168 xmlparser::XMLProfileManager::library_settings (library_settings);
170- =======
171- library_settings.intraprocess_delivery = eprosima::fastdds::IntraprocessDeliveryType::INTRAPROCESS_FULL;
172- eprosima::fastdds::dds::DomainParticipantFactory::get_instance ()->set_library_settings (
173- library_settings);
174- >>>>>>> 61f867715 (Reset irrelevant sequence numbers interval in proxy readers (#6241 ))
175169 break ;
176170 case communication_type::DATASHARING:
177171 enable_datasharing = true ;
@@ -193,14 +187,8 @@ class DDSContentFilter : public testing::TestWithParam<communication_type>
193187 switch (GetParam ())
194188 {
195189 case communication_type::INTRAPROCESS:
196- <<<<<<< HEAD
197190 library_settings.intraprocess_delivery = IntraprocessDeliveryType::INTRAPROCESS_OFF;
198191 xmlparser::XMLProfileManager::library_settings (library_settings);
199- =======
200- library_settings.intraprocess_delivery = eprosima::fastdds::IntraprocessDeliveryType::INTRAPROCESS_OFF;
201- eprosima::fastdds::dds::DomainParticipantFactory::get_instance ()->set_library_settings (
202- library_settings);
203- >>>>>>> 61f867715 (Reset irrelevant sequence numbers interval in proxy readers (#6241 ))
204192 break ;
205193 case communication_type::DATASHARING:
206194 break ;
You can’t perform that action at this time.
0 commit comments