| 764 | } |
| 765 | |
| 766 | void RemoteProjectSnapshot::SetState(State state) |
| 767 | { |
| 768 | if (state != State::Downloading) |
| 769 | mEndTime = Clock::now(); |
| 770 | |
| 771 | mState.exchange(state); |
| 772 | } |
| 773 | |
| 774 | void cloud::audiocom::sync::RemoteProjectSnapshot::CleanupOrphanBlocks() |
| 775 | { |