mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
@@ -158,6 +158,11 @@ std::string Platform::DefaultUrlsJSON() const
|
||||
return DEFAULT_URLS_JSON;
|
||||
}
|
||||
|
||||
std::string Platform::LocationSharingServerUrl() const
|
||||
{
|
||||
return LOCATION_SHARING_SERVER_URL;
|
||||
}
|
||||
|
||||
bool Platform::RemoveFileIfExists(std::string const & filePath)
|
||||
{
|
||||
return IsFileExistsByFullPath(filePath) ? base::DeleteFileX(filePath) : true;
|
||||
|
||||
Reference in New Issue
Block a user