Closed Barry-Xu-2018 closed 2 years ago
Find duplicated code and remove it.
fastdds_wait_set->detach_condition(custom_event_info->get_listener()->get_statuscondition());
is the same as the following code
eprosima::fastdds::dds::StatusCondition & status_condition = custom_event_info->get_listener()->get_statuscondition(); fastdds_wait_set->detach_condition(status_condition);
Find duplicated code and remove it.
is the same as the following code