summaryrefslogtreecommitdiffstats
path: root/dummyresource/facade.cpp
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 /dummyresource/facade.cpp
parent3be442eb322324804486064dddf2458dc2d17bc5 (diff)
downloadsink-f10d223559b16c576093eea080dc0d5638ab3323.tar.gz
sink-f10d223559b16c576093eea080dc0d5638ab3323.zip
cleanup
Diffstat (limited to 'dummyresource/facade.cpp')
-rw-r--r--dummyresource/facade.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dummyresource/facade.cpp b/dummyresource/facade.cpp
index 4b7cd53..d196e54 100644
--- a/dummyresource/facade.cpp
+++ b/dummyresource/facade.cpp
@@ -120,6 +120,7 @@ Async::Job<void> DummyResourceFacade::synchronizeResource(bool sync, bool proces
120 //TODO check if a sync is necessary 120 //TODO check if a sync is necessary
121 //TODO Only sync what was requested 121 //TODO Only sync what was requested
122 //TODO timeout 122 //TODO timeout
123 //TODO the synchronization should normally not be necessary: We just return what is already available.
123 124
124 if (sync || processAll) { 125 if (sync || processAll) {
125 return Async::start<void>([=](Async::Future<void> &future) { 126 return Async::start<void>([=](Async::Future<void> &future) {