diff options
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r-- | common/synchronizer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h index be90293..73c91a3 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -178,6 +178,7 @@ protected: | |||
178 | Sink::Log::Context mLogCtx; | 178 | Sink::Log::Context mLogCtx; |
179 | private: | 179 | private: |
180 | void modifyIfChanged(Storage::EntityStore &store, const QByteArray &bufferType, const QByteArray &sinkId, const Sink::ApplicationDomain::ApplicationDomainType &entity); | 180 | void modifyIfChanged(Storage::EntityStore &store, const QByteArray &bufferType, const QByteArray &sinkId, const Sink::ApplicationDomain::ApplicationDomainType &entity); |
181 | KAsync::Job<void> processRequest(const SyncRequest &request); | ||
181 | KAsync::Job<void> processSyncQueue(); | 182 | KAsync::Job<void> processSyncQueue(); |
182 | 183 | ||
183 | Sink::ResourceContext mResourceContext; | 184 | Sink::ResourceContext mResourceContext; |