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:
authorAlex Zolotarev <deathbaba@gmail.com>2012-09-03 00:15:37 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:42:57 +0300
commit113d7e655c7bc32f610410c1f393e60c619230e4 (patch)
treee8dc1fe3513873be223695a2e0a60f77e6cc1edc /platform
parent96165a054971d4dd5ad3dd5f440d2597b0d573d0 (diff)
Made function publicly accessible
Diffstat (limited to 'platform')
-rw-r--r--platform/platform.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index a39d439181..516ff3f959 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -33,8 +33,6 @@ protected:
/// Used only on those platforms where needed
PlatformImpl * m_impl;
- static bool IsFileExistsByFullPath(string const & filePath);
-
/// Internal function to use files from writable dir
/// if they override the same file in the resources dir
string ReadPathForFile(string const & file) const;
@@ -46,6 +44,8 @@ public:
Platform();
~Platform();
+ static bool IsFileExistsByFullPath(string const & filePath);
+
/// @return always the same writable dir for current user with slash at the end
string WritableDir() const { return m_writableDir; }
/// @return full path to file in user's writable directory