summaryrefslogtreecommitdiffstats
path: root/common/resource.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-07 21:48:44 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-07 21:48:44 +0100
commit89b6f63bab839ab0504cd3067f0389afe4dc47e3 (patch)
tree62c527983d63827bb722010ea8c59d5af0e5a879 /common/resource.h
parent438c74630e5f8c9a46d00b991f5cb8ecd479dafe (diff)
downloadsink-89b6f63bab839ab0504cd3067f0389afe4dc47e3.tar.gz
sink-89b6f63bab839ab0504cd3067f0389afe4dc47e3.zip
Implement debug stream operators for query.
Diffstat (limited to 'common/resource.h')
-rw-r--r--common/resource.h3
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 {
28class FacadeFactory; 28class FacadeFactory;
29class AdaptorFactoryRegistry; 29class AdaptorFactoryRegistry;
30class ResourceContext; 30class ResourceContext;
31class 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.