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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-03-10 15:02:27 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:56:17 +0300
commit67bc59050f17eef2cf575f0b867150f07ad95a64 (patch)
tree1f1b30c9210a4ece653e328ae8a8fef6a2d8bf86 /platform/platform.hpp
parentd635a96b4c80863396f3436a58caf7aff5e6c2f1 (diff)
Add notes class. No upload yet.
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index a7575035de..6daace189e 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -115,7 +115,7 @@ public:
/// @note If function fails, directory can be partially removed.
static bool RmDirRecursively(string const & dirName);
- /// @TODO create join method for string concatenation
+ static string PathJoin(vector<string> const & parts);
/// @return path for directory with temporary files with slash at the end
string TmpDir() const { return m_tmpDir; }