summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/file_source.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-09-29 14:02:42 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-09-29 14:02:42 +0200
commit9e44c0eae8a5e13bfddd00c7888988cb0bfb7c1f (patch)
treef24560a75c45f10623c9d119cc2ff6097b18348d /include/mbgl/storage/file_source.hpp
parent135f68e249e4b01df7d9b5387a045bfb91bc4455 (diff)
downloadqtlocation-mapboxgl-9e44c0eae8a5e13bfddd00c7888988cb0bfb7c1f.tar.gz
add reachability
Diffstat (limited to 'include/mbgl/storage/file_source.hpp')
-rw-r--r--include/mbgl/storage/file_source.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/storage/file_source.hpp b/include/mbgl/storage/file_source.hpp
index 5933aea483..4b17cd29a7 100644
--- a/include/mbgl/storage/file_source.hpp
+++ b/include/mbgl/storage/file_source.hpp
@@ -36,6 +36,8 @@ public:
void prepare(std::function<void()> fn);
+ void retryAllPending();
+
private:
const unsigned long thread_id;