21#include <quentier/synchronization/types/Fwd.h>
22#include <quentier/types/Account.h>
23#include <quentier/utility/Linkage.h>
27namespace quentier::synchronization {
43 [[nodiscard]]
virtual ISyncStatePtr getSyncState(
46 virtual void setSyncState(
47 const Account & account, ISyncStatePtr syncState) = 0;
The Account class encapsulates some details about the account: its name, whether it is local or synch...
Definition: Account.h:38
The ISyncStateStorage interface represents the interface of a class which stores sync state for given...
Definition: ISyncStateStorage.h:35
void notifySyncStateUpdated(Account account, ISyncStatePtr syncState)