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