summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-04-08 10:04:48 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-04-08 10:04:48 +0200
commitf10d223559b16c576093eea080dc0d5638ab3323 (patch)
tree01fd379ca82d11746cc3ff9749d091a8a8bd896b /common
parent3be442eb322324804486064dddf2458dc2d17bc5 (diff)
downloadsink-f10d223559b16c576093eea080dc0d5638ab3323.tar.gz
sink-f10d223559b16c576093eea080dc0d5638ab3323.zip
cleanup
Diffstat (limited to 'common')
-rw-r--r--common/clientapi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/clientapi.h b/common/clientapi.h
index 63305ab..0ee934c 100644
--- a/common/clientapi.h
+++ b/common/clientapi.h
@@ -298,6 +298,9 @@ using namespace async;
298 * * what resources to search 298 * * what resources to search
299 * * filters on various properties (parent collection, startDate range, ....) 299 * * filters on various properties (parent collection, startDate range, ....)
300 * * properties we need (for on-demand querying) 300 * * properties we need (for on-demand querying)
301 *
302 * syncOnDemand: Execute a source sync before executing the query
303 * processAll: Ensure all local messages are processed before querying to guarantee an up-to date dataset.
301 */ 304 */
302class Query 305class Query
303{ 306{