summaryrefslogtreecommitdiffstats
path: root/common/clientapi.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-19 14:07:17 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-19 14:07:17 +0100
commit1812c077d6461b3e9fb865f47cffafc3c179e136 (patch)
tree3f10a86e1867576d8987d25f489c27b49875aa35 /common/clientapi.h
parentd5b28efe4d7fc2a984243417d923ff5727234e94 (diff)
downloadsink-1812c077d6461b3e9fb865f47cffafc3c179e136.tar.gz
sink-1812c077d6461b3e9fb865f47cffafc3c179e136.zip
Disambiguate between what we want to flush
Even though the implementation is still exactly the same
Diffstat (limited to 'common/clientapi.h')
-rw-r--r--common/clientapi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/clientapi.h b/common/clientapi.h
index 14caa7a..e1d5b8d 100644
--- a/common/clientapi.h
+++ b/common/clientapi.h
@@ -100,6 +100,11 @@ public:
100 static KAsync::Job<void> flushMessageQueue(const QByteArrayList &resourceIdentifier); 100 static KAsync::Job<void> flushMessageQueue(const QByteArrayList &resourceIdentifier);
101 101
102 /** 102 /**
103 * Flushes any pending messages that haven't been replayed to the source.
104 */
105 static KAsync::Job<void> flushReplayQueue(const QByteArrayList &resourceIdentifier);
106
107 /**
103 * Removes a resource from disk. 108 * Removes a resource from disk.
104 */ 109 */
105 static void removeFromDisk(const QByteArray &resourceIdentifier); 110 static void removeFromDisk(const QByteArray &resourceIdentifier);