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(
The Account class encapsulates some details about the account: its name, whether it is local or synch...
Definition Account.h:38
The Result template class represents the bare bones result monad implementation which either contains...
Definition Result.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)