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)
Definition: IKeychainService.h:32
INoteStore is the interface for NoteStore used by SynchronizationManager: it provides signatures of m...
Definition: INoteStore.h:50
IUserStore is the interface for UserStore used by SynchronizationManager: it provides signatures of m...
Definition: IUserStore.h:48
Definition: SyncStatePersistenceManager.h:36
Definition: SynchronizationManagerDependencyInjector.h:31