MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / ~SubscriptionInstance

Method ~SubscriptionInstance

dds/DCPS/SubscriptionInstance.cpp:47–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47SubscriptionInstance::~SubscriptionInstance()
48{
49 if (owns_handle_) {
50 const RcHandle<DataReaderImpl> reader = instance_state_->data_reader().lock();
51 if (reader) {
52 reader->return_handle(instance_handle_);
53 }
54 }
55}
56
57bool SubscriptionInstance::matches(CORBA::ULong sample_states, CORBA::ULong view_states, CORBA::ULong instance_states) const
58{

Callers

nothing calls this directly

Calls 2

lockMethod · 0.45
return_handleMethod · 0.45

Tested by

no test coverage detected