summaryrefslogtreecommitdiffstats
path: root/common/clientapi.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-10 08:25:42 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-10 08:25:42 +0100
commit4ee8a44bf4dda625b4d2f58f127869557c1af959 (patch)
tree67f8bf05e33cf86f0bd9061ddf5a6d5a0ba842bb /common/clientapi.h
parent60b4e805d39f2ddb6316f739bdf730d04721fea2 (diff)
downloadsink-4ee8a44bf4dda625b4d2f58f127869557c1af959.tar.gz
sink-4ee8a44bf4dda625b4d2f58f127869557c1af959.zip
Removed removeFromDisk
Diffstat (limited to 'common/clientapi.h')
-rw-r--r--common/clientapi.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/clientapi.h b/common/clientapi.h
index 2c759f8..fb44ca2 100644
--- a/common/clientapi.h
+++ b/common/clientapi.h
@@ -94,11 +94,6 @@ KAsync::Job<void> SINK_EXPORT remove(const DomainType &domainObject);
94KAsync::Job<void> SINK_EXPORT synchronize(const Sink::Query &query); 94KAsync::Job<void> SINK_EXPORT synchronize(const Sink::Query &query);
95 95
96/** 96/**
97 * Removes a resource from disk.
98 */
99void SINK_EXPORT removeFromDisk(const QByteArray &resourceIdentifier);
100
101/**
102 * Removes all resource data from disk. 97 * Removes all resource data from disk.
103 * 98 *
104 * This will not touch the configuration. All commands that that arrived at the resource before this command will be dropped. All commands that arrived later will be executed. 99 * This will not touch the configuration. All commands that that arrived at the resource before this command will be dropped. All commands that arrived later will be executed.