Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-07-02 11:29:44 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:53:54 +0300
commitc8605dad6c74f51e2daa981eb3618624ec567361 (patch)
tree629f8ded2c6260fcff6f06f50118f675741f4349 /platform/platform_win.cpp
parent950162db9a7117ac18d838baeb5de5707b425572 (diff)
[ios] Added connection info to routing.
Diffstat (limited to 'platform/platform_win.cpp')
-rw-r--r--platform/platform_win.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/platform_win.cpp b/platform/platform_win.cpp
index 5e48ea360e..de63036a1b 100644
--- a/platform/platform_win.cpp
+++ b/platform/platform_win.cpp
@@ -144,6 +144,12 @@ void Platform::RunAsync(TFunctor const & fn, Priority p)
fn();
}
+Platform::EConnectionType Platform::ConnectionStatus()
+{
+ // @TODO Add implementation
+ return EConnectionType::CONNECTION_NONE;
+}
+
Platform::TStorageStatus Platform::GetWritableStorageStatus(uint64_t neededSize) const
{
ULARGE_INTEGER freeSpace;