| 118 | } |
| 119 | |
| 120 | ConfigStoreImpl::~ConfigStoreImpl() |
| 121 | { |
| 122 | config_topic_->disconnect(config_reader_); |
| 123 | config_topic_->disconnect(config_writer_); |
| 124 | } |
| 125 | |
| 126 | DDS::Boolean |
| 127 | ConfigStoreImpl::has(const char* key) |
nothing calls this directly
no test coverage detected