| 213 | }; |
| 214 | |
| 215 | BatchHelper::BatchHelper(Producer *producer) : impl_(new BatchHelperImpl) { |
| 216 | impl_->producer = producer; |
| 217 | } |
| 218 | |
| 219 | BatchHelper::~BatchHelper() { |
| 220 | Stop(); |
nothing calls this directly
no outgoing calls
no test coverage detected