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

Method ~ConfigStoreImpl

dds/DCPS/ConfigStoreImpl.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120ConfigStoreImpl::~ConfigStoreImpl()
121{
122 config_topic_->disconnect(config_reader_);
123 config_topic_->disconnect(config_writer_);
124}
125
126DDS::Boolean
127ConfigStoreImpl::has(const char* key)

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.45

Tested by

no test coverage detected