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