summaryrefslogtreecommitdiffstats
path: root/common/genericresource.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-19 15:01:02 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-19 15:01:37 +0200
commit43c4cd555e4a265d3e484dfeea0aa05da0977cd0 (patch)
tree359fe5ffc5d4e3e2e45cd3dc33eabe6dd30ce149 /common/genericresource.h
parent7ea7a77aab64ea61d9966caee2b8e7d33d0f5526 (diff)
downloadsink-43c4cd555e4a265d3e484dfeea0aa05da0977cd0.tar.gz
sink-43c4cd555e4a265d3e484dfeea0aa05da0977cd0.zip
Let clients tell the resource when they no longer require a revision.
Diffstat (limited to 'common/genericresource.h')
-rw-r--r--common/genericresource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/genericresource.h b/common/genericresource.h
index 2d171b6..052a9f5 100644
--- a/common/genericresource.h
+++ b/common/genericresource.h
@@ -43,6 +43,7 @@ public:
43 virtual void processCommand(int commandId, const QByteArray &data) Q_DECL_OVERRIDE; 43 virtual void processCommand(int commandId, const QByteArray &data) Q_DECL_OVERRIDE;
44 virtual KAsync::Job<void> synchronizeWithSource() Q_DECL_OVERRIDE = 0; 44 virtual KAsync::Job<void> synchronizeWithSource() Q_DECL_OVERRIDE = 0;
45 virtual KAsync::Job<void> processAllMessages() Q_DECL_OVERRIDE; 45 virtual KAsync::Job<void> processAllMessages() Q_DECL_OVERRIDE;
46 virtual void setLowerBoundRevision(qint64 revision) Q_DECL_OVERRIDE;
46 47
47 int error() const; 48 int error() const;
48 49