| 93 | Consumer::~Consumer() {} |
| 94 | |
| 95 | const ConsumerOption * Consumer::GetConsumerOption() const { |
| 96 | return &impl_->opt; |
| 97 | } |
| 98 | |
| 99 | void Consumer::AddHandlerFactory(const int handle_id, comm::HandlerFactory * const hf) { |
| 100 | impl_->fs.AddFactory(handle_id, hf); |
no outgoing calls
no test coverage detected