MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / return_handle

Method return_handle

dds/DCPS/DataWriterImpl.cpp:197–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void DataWriterImpl::return_handle(DDS::InstanceHandle_t handle)
198{
199 const RcHandle<DomainParticipantImpl> participant = participant_servant_.lock();
200 if (participant) {
201 participant->return_handle(handle);
202 }
203}
204
205RcHandle<BitSubscriber>
206DataWriterImpl::get_builtin_subscriber_proxy() const

Callers 8

remove_associationsMethod · 0.45
remove_associations_iMethod · 0.45
~PublisherImplMethod · 0.45
unregister_allMethod · 0.45
~SubscriberImplMethod · 0.45
~SubscriptionInstanceMethod · 0.45
remove_associationsMethod · 0.45
~EntityImplMethod · 0.45

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected