diff options
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/genericresource.h b/common/genericresource.h index 9665d6b..9582f06 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -114,6 +114,8 @@ protected: | |||
114 | void createOrModify(Sink::Storage::Transaction &transaction, Sink::Storage::Transaction &synchronizationTransaction, DomainTypeAdaptorFactoryInterface &adaptorFactory, | 114 | void createOrModify(Sink::Storage::Transaction &transaction, Sink::Storage::Transaction &synchronizationTransaction, DomainTypeAdaptorFactoryInterface &adaptorFactory, |
115 | const QByteArray &bufferType, const QByteArray &remoteId, const Sink::ApplicationDomain::ApplicationDomainType &entity); | 115 | const QByteArray &bufferType, const QByteArray &remoteId, const Sink::ApplicationDomain::ApplicationDomainType &entity); |
116 | 116 | ||
117 | static QSharedPointer<Sink::ApplicationDomain::BufferAdaptor> getLatest(const Sink::Storage::NamedDatabase &db, const QByteArray &uid, DomainTypeAdaptorFactoryInterface &adaptorFactory); | ||
118 | |||
117 | MessageQueue mUserQueue; | 119 | MessageQueue mUserQueue; |
118 | MessageQueue mSynchronizerQueue; | 120 | MessageQueue mSynchronizerQueue; |
119 | QByteArray mResourceInstanceIdentifier; | 121 | QByteArray mResourceInstanceIdentifier; |