| 30 | } |
| 31 | |
| 32 | Status DiffsDataSource::GetStatus() const |
| 33 | { |
| 34 | CHECK_THREAD_CHECKER(m_threadChecker, ()); |
| 35 | |
| 36 | return m_status; |
| 37 | } |
| 38 | |
| 39 | bool DiffsDataSource::SizeFor(storage::CountryId const & countryId, uint64_t & size) const |
| 40 | { |
no outgoing calls