diff options
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. |