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:
authorKirill Zhdanovich <kzhdanovich@gmail.com>2013-01-08 13:00:58 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:48:31 +0300
commitc535a999955472944d7afdfa0f910d9cca588175 (patch)
tree096778121a6c9bbcd5e8d1cd0532e78b3787feea /map/bookmark.hpp
parent208a1580b0f956406165d33db047878ed448177e (diff)
Function that imports files to application(kml/kmz)
Diffstat (limited to 'map/bookmark.hpp')
-rw-r--r--map/bookmark.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/map/bookmark.hpp b/map/bookmark.hpp
index 50dc74e6d9..579ec80796 100644
--- a/map/bookmark.hpp
+++ b/map/bookmark.hpp
@@ -103,9 +103,9 @@ public:
static BookmarkCategory * CreateFromKMLFile(string const & file);
/// Get valid file name from input (remove illegal symbols).
- static string GetValidFileName(string const & name);
- /// Get unique file name from path and valid file name.
- static string GenerateUniqueFileName(const string & path, string const & name);
+ static string RemoveInvalidSymbols(string const & name);
+ /// Get unique bookmark file name from path and valid file name.
+ static string GenerateUniqueFileName(const string & path, string name);
//@}
};