| 1683 | } |
| 1684 | |
| 1685 | bool DataReaderImpl::have_sample_states( |
| 1686 | DDS::SampleStateMask sample_states) const |
| 1687 | { |
| 1688 | //!!!caller should have acquired sample_lock_ |
| 1689 | ACE_Guard<ACE_Recursive_Thread_Mutex> instance_guard(instances_lock_); |
| 1690 | return lookup_matching_instances(sample_states, DDS::ANY_VIEW_STATE, DDS::ANY_INSTANCE_STATE).size(); |
| 1691 | } |
| 1692 | |
| 1693 | bool |
| 1694 | DataReaderImpl::have_view_states(DDS::ViewStateMask view_states) const |
no test coverage detected