23namespace quentier::synchronization {
26using IAuthenticationInfoPtr = std::shared_ptr<IAuthenticationInfo>;
29using IAuthenticationInfoBuilderPtr =
30 std::shared_ptr<IAuthenticationInfoBuilder>;
33using IDownloadNotesStatusPtr = std::shared_ptr<IDownloadNotesStatus>;
36using IDownloadResourcesStatusPtr = std::shared_ptr<IDownloadResourcesStatus>;
39using ISendStatusPtr = std::shared_ptr<ISendStatus>;
42using ISyncChunksDataCountersPtr = std::shared_ptr<ISyncChunksDataCounters>;
45using ISyncOptionsPtr = std::shared_ptr<ISyncOptions>;
48using ISyncOptionsBuilderPtr = std::shared_ptr<ISyncOptionsBuilder>;
51using ISyncResultPtr = std::shared_ptr<ISyncResult>;
54using ISyncStatePtr = std::shared_ptr<ISyncState>;
57using ISyncStateBuilderPtr = std::shared_ptr<ISyncStateBuilder>;
Definition IAuthenticationInfoBuilder.h:33
The IAuthenticationInfo interface represents the information obtained through OAuth and necessary to ...
Definition IAuthenticationInfo.h:38
The IDownloadNotesStatus interface presents information about the status of notes downloading process...
Definition IDownloadNotesStatus.h:42
Definition IDownloadResourcesStatus.h:36
The ISendStatus interface represents the information about the attempt to send information either fro...
Definition ISendStatus.h:45
Definition ISyncOptionsBuilder.h:33
Options for synchronization process.
Definition ISyncOptions.h:37
Definition ISyncResult.h:35
Definition ISyncStateBuilder.h:31
The ISyncState interface provides accessory methods to determine the sync state for the account.
Definition ISyncState.h:36
The ISyncChunksDataCounters interface provides integer counters representing the current progress on ...
Definition ISyncChunksDataCounters.h:34