| 53 | }; |
| 54 | |
| 55 | KeepSyncThread::KeepSyncThread(Store *const store) : impl_(new KeepSyncThreadImpl()){ |
| 56 | impl_->store = store; |
| 57 | } |
| 58 | |
| 59 | KeepSyncThread::~KeepSyncThread() { |
| 60 | Stop(); |
nothing calls this directly
no outgoing calls
no test coverage detected