19 #ifndef LIB_QUENTIER_PRIVATE_SYNCHRONIZATION_SYNCHRONIZATION_MANAGER_DEPENDENCY_INJECTOR_H 20 #define LIB_QUENTIER_PRIVATE_SYNCHRONIZATION_SYNCHRONIZATION_MANAGER_DEPENDENCY_INJECTOR_H 22 #include "INoteStore.h" 23 #include "IUserStore.h" 24 #include "SyncStatePersistenceManager.h" 26 #include <quentier_private/utility/IKeychainService.h> 34 m_pNoteStore(
nullptr),
35 m_pUserStore(
nullptr),
36 m_pKeychainService(
nullptr),
37 m_pSyncStatePersistenceManager(
nullptr)
48 #endif // LIB_QUENTIER_PRIVATE_SYNCHRONIZATION_SYNCHRONIZATION_MANAGER_DEPENDENCY_INJECTOR_H Definition: SynchronizationManagerDependencyInjector.h:30
Definition: SyncStatePersistenceManager.h:35
Definition: IKeychainService.h:31
INoteStore is the interface for NoteStore used by SynchronizationManager: it provides signatures of m...
Definition: INoteStore.h:49
IUserStore is the interface for UserStore used by SynchronizationManager: it provides signatures of m...
Definition: IUserStore.h:47