diff options
Diffstat (limited to 'common/sourcewriteback.h')
-rw-r--r-- | common/sourcewriteback.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/sourcewriteback.h b/common/sourcewriteback.h index 327d1ad..cf393e4 100644 --- a/common/sourcewriteback.h +++ b/common/sourcewriteback.h | |||
@@ -23,7 +23,7 @@ | |||
23 | 23 | ||
24 | #include "changereplay.h" | 24 | #include "changereplay.h" |
25 | #include "storage.h" | 25 | #include "storage.h" |
26 | #include "entitystore.h" | 26 | #include "storage/entitystore.h" |
27 | #include "remoteidmap.h" | 27 | #include "remoteidmap.h" |
28 | #include "metadata_generated.h" | 28 | #include "metadata_generated.h" |
29 | 29 | ||
@@ -58,12 +58,11 @@ protected: | |||
58 | 58 | ||
59 | private: | 59 | private: |
60 | //Read only access to main storage | 60 | //Read only access to main storage |
61 | EntityStore &store(); | 61 | Storage::EntityStore &store(); |
62 | ResourceContext mResourceContext; | 62 | ResourceContext mResourceContext; |
63 | Sink::Storage::DataStore mSyncStorage; | 63 | Sink::Storage::DataStore mSyncStorage; |
64 | QSharedPointer<RemoteIdMap> mSyncStore; | 64 | QSharedPointer<RemoteIdMap> mSyncStore; |
65 | QSharedPointer<Storage::EntityStore> mEntityStore; | 65 | QSharedPointer<Storage::EntityStore> mEntityStore; |
66 | QSharedPointer<EntityStore> mEntityStoreWrapper; | ||
67 | Sink::Storage::DataStore::Transaction mSyncTransaction; | 66 | Sink::Storage::DataStore::Transaction mSyncTransaction; |
68 | QByteArray mResourceType; | 67 | QByteArray mResourceType; |
69 | QByteArray mResourceInstanceIdentifier; | 68 | QByteArray mResourceInstanceIdentifier; |