diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-08 10:04:48 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-08 10:04:48 +0200 |
commit | f10d223559b16c576093eea080dc0d5638ab3323 (patch) | |
tree | 01fd379ca82d11746cc3ff9749d091a8a8bd896b /common | |
parent | 3be442eb322324804486064dddf2458dc2d17bc5 (diff) | |
download | sink-f10d223559b16c576093eea080dc0d5638ab3323.tar.gz sink-f10d223559b16c576093eea080dc0d5638ab3323.zip |
cleanup
Diffstat (limited to 'common')
-rw-r--r-- | common/clientapi.h | 3 |
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 | */ |
302 | class Query | 305 | class Query |
303 | { | 306 | { |