| 50 | |
| 51 | |
| 52 | KeepMasterThread::KeepMasterThread(Store *const store) : impl_(new KeepMasterThreadImpl()) { |
| 53 | impl_->store = store; |
| 54 | } |
| 55 | |
| 56 | KeepMasterThread::~KeepMasterThread() { |
| 57 | Stop(); |
nothing calls this directly
no outgoing calls
no test coverage detected