diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-07 21:48:44 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-07 21:48:44 +0100 |
commit | 89b6f63bab839ab0504cd3067f0389afe4dc47e3 (patch) | |
tree | 62c527983d63827bb722010ea8c59d5af0e5a879 /common/resource.h | |
parent | 438c74630e5f8c9a46d00b991f5cb8ecd479dafe (diff) | |
download | sink-89b6f63bab839ab0504cd3067f0389afe4dc47e3.tar.gz sink-89b6f63bab839ab0504cd3067f0389afe4dc47e3.zip |
Implement debug stream operators for query.
Diffstat (limited to 'common/resource.h')
-rw-r--r-- | common/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/resource.h b/common/resource.h index 1dbc365..3cc326c 100644 --- a/common/resource.h +++ b/common/resource.h | |||
@@ -28,6 +28,7 @@ namespace Sink { | |||
28 | class FacadeFactory; | 28 | class FacadeFactory; |
29 | class AdaptorFactoryRegistry; | 29 | class AdaptorFactoryRegistry; |
30 | class ResourceContext; | 30 | class ResourceContext; |
31 | class QueryBase; | ||
31 | 32 | ||
32 | /** | 33 | /** |
33 | * Resource interface | 34 | * Resource interface |
@@ -44,7 +45,7 @@ public: | |||
44 | /** | 45 | /** |
45 | * Execute synchronization with the source. | 46 | * Execute synchronization with the source. |
46 | */ | 47 | */ |
47 | virtual KAsync::Job<void> synchronizeWithSource(); | 48 | virtual KAsync::Job<void> synchronizeWithSource(const Sink::QueryBase &); |
48 | 49 | ||
49 | /** | 50 | /** |
50 | * Process all internal messages, thus ensuring the store is up to date and no pending modifications are left. | 51 | * Process all internal messages, thus ensuring the store is up to date and no pending modifications are left. |