summaryrefslogtreecommitdiffstats
path: root/common/resource.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-28 23:04:59 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-28 23:04:59 +0100
commit3e7b8fe8b8cca75b546c8cac2c09ce231861f21b (patch)
tree36cf1849ff30a986de56d931d60ce1c88660ec83 /common/resource.h
parent7fdcc36a1a352bb869020ade8a8aa697c3e8b80c (diff)
downloadsink-3e7b8fe8b8cca75b546c8cac2c09ce231861f21b.tar.gz
sink-3e7b8fe8b8cca75b546c8cac2c09ce231861f21b.zip
Used the CommandProcessor as central place for all command processing.
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);