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:
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;