21#include <quentier/utility/Linkage.h>
22#include <quentier/utility/Printable.h>
24#include <qevercloud/types/TypeAliases.h>
29namespace quentier::synchronization {
40 [[
nodiscard]]
virtual qevercloud::Timestamp userDataLastSyncTime()
44 linkedNotebookUpdateCounts()
const = 0;
47 linkedNotebookLastSyncTimes()
const = 0;
The Printable class is the interface for Quentier's internal classes which should be able to write th...
Definition Printable.h:38
The Result template class represents the bare bones result monad implementation which either contains...
Definition Result.h:38
The ISyncState interface provides accessory methods to determine the sync state for the account.
Definition ISyncState.h:36