diff options
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r-- | common/synchronizer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h index 120a8a5..af042cb 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -175,6 +175,11 @@ protected: | |||
175 | */ | 175 | */ |
176 | virtual QList<Synchronizer::SyncRequest> getSyncRequests(const Sink::QueryBase &query); | 176 | virtual QList<Synchronizer::SyncRequest> getSyncRequests(const Sink::QueryBase &query); |
177 | 177 | ||
178 | /** | ||
179 | * This allows the synchronizer to merge new requests with existing requests in the queue. | ||
180 | */ | ||
181 | virtual void mergeIntoQueue(const Synchronizer::SyncRequest &request, QList<Synchronizer::SyncRequest> &queue); | ||
182 | |||
178 | protected: | 183 | protected: |
179 | Sink::Log::Context mLogCtx; | 184 | Sink::Log::Context mLogCtx; |
180 | private: | 185 | private: |