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_tizen.cpp
parent950162db9a7117ac18d838baeb5de5707b425572 (diff)
[ios] Added connection info to routing.
Diffstat (limited to 'platform/platform_tizen.cpp')
-rw-r--r--platform/platform_tizen.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/platform_tizen.cpp b/platform/platform_tizen.cpp
index 57e18b4ef8..65112bc256 100644
--- a/platform/platform_tizen.cpp
+++ b/platform/platform_tizen.cpp
@@ -108,6 +108,12 @@ int Platform::PreCachingDepth() const
return 3;
}
+Platform::EConnectionType Platform::ConnectionStatus()
+{
+ // @TODO Add implementation
+ return EConnectionType::CONNECTION_NONE;
+}
+
extern Platform & GetPlatform()
{
static Platform platform;