summaryrefslogtreecommitdiffstats
path: root/common/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/resource.h')
-rw-r--r--common/resource.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/resource.h b/common/resource.h
index 3cc326c..7789c53 100644
--- a/common/resource.h
+++ b/common/resource.h
@@ -43,16 +43,6 @@ public:
43 virtual void processCommand(int commandId, const QByteArray &data); 43 virtual void processCommand(int commandId, const QByteArray &data);
44 44
45 /** 45 /**
46 * Execute synchronization with the source.
47 */
48 virtual KAsync::Job<void> synchronizeWithSource(const Sink::QueryBase &);
49
50 /**
51 * Process all internal messages, thus ensuring the store is up to date and no pending modifications are left.
52 */
53 virtual KAsync::Job<void> processAllMessages();
54
55 /**
56 * Set the lowest revision that is still referenced by external clients. 46 * Set the lowest revision that is still referenced by external clients.
57 */ 47 */
58 virtual void setLowerBoundRevision(qint64 revision); 48 virtual void setLowerBoundRevision(qint64 revision);