diff options
Diffstat (limited to 'dummyresource/facade.cpp')
-rw-r--r-- | dummyresource/facade.cpp | 1 |
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) { |