19#ifndef LIB_QUENTIER_SYNCHRONIZATION_FORWARD_DECLARATIONS_H
20#define LIB_QUENTIER_SYNCHRONIZATION_FORWARD_DECLARATIONS_H
29using INoteStorePtr = std::shared_ptr<INoteStore>;
32using ISyncStateStoragePtr = std::shared_ptr<ISyncStateStorage>;
35using IUserStorePtr = std::shared_ptr<IUserStore>;
Definition IAuthenticationManager.h:37
INoteStore is the interface which provides methods required for the implementation of NoteStore part ...
Definition INoteStore.h:44
The ISyncStateStorage interface represents the interface of a class which stores sync state for given...
Definition ISyncStateStorage.h:42
IUserStore is the interface which provides methods required for the implementation of UserStore part ...
Definition IUserStore.h:43