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_linux.cpp
parent950162db9a7117ac18d838baeb5de5707b425572 (diff)
[ios] Added connection info to routing.
Diffstat (limited to 'platform/platform_linux.cpp')
-rw-r--r--platform/platform_linux.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/platform_linux.cpp b/platform/platform_linux.cpp
index 52af71453b..e9b76209a5 100644
--- a/platform/platform_linux.cpp
+++ b/platform/platform_linux.cpp
@@ -126,3 +126,9 @@ void Platform::RunAsync(TFunctor const & fn, Priority p)
/// @todo
fn();
}
+
+Platform::EConnectionType Platform::ConnectionStatus()
+{
+ // @TODO Add implementation
+ return EConnectionType::CONNECTION_NONE;
+}