| 207 | } |
| 208 | |
| 209 | int CheckPointManager::GetCurrentInstanceInterval() { |
| 210 | return event_storage_->GetCurrentInstanceInterval(); |
| 211 | } |
| 212 | |
| 213 | int CheckPointManager::RealMakeCheckPoint(const vector<string> >idlist) { |
| 214 | uint32_t deltime = time(NULL); |
nothing calls this directly
no outgoing calls
no test coverage detected