| 2445 | } |
| 2446 | |
| 2447 | void StaticDiscovery::fini_bit(DCPS::DomainParticipantImpl* participant) |
| 2448 | { |
| 2449 | get_part(participant->get_domain_id(), participant->get_id())->fini_bit(); |
| 2450 | } |
| 2451 | |
| 2452 | bool StaticDiscovery::attach_participant( |
| 2453 | DDS::DomainId_t /*domainId*/, const GUID_t& /*participantId*/) |
nothing calls this directly
no test coverage detected