mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
add paths getter for linux
This commit is contained in:
parent
4e3c5d9548
commit
49540f6b6f
1 changed files with 5 additions and 4 deletions
|
|
@ -26,14 +26,15 @@
|
|||
|
||||
LINPHONE_BEGIN_NAMESPACE
|
||||
|
||||
static std::string dataPath = "~/.local/share/linphone";
|
||||
static std::string configPath = "~/.config/linphone";
|
||||
|
||||
std::string SysPaths::getDataPath (PlatformHelpers *platformHelper) {
|
||||
//TODO.
|
||||
return Utils::getEmptyConstRefObject<std::string>();
|
||||
return dataPath;
|
||||
}
|
||||
|
||||
std::string SysPaths::getConfigPath (PlatformHelpers *platformHelper) {
|
||||
//TODO.
|
||||
return Utils::getEmptyConstRefObject<std::string>();
|
||||
return configPath;
|
||||
}
|
||||
|
||||
LINPHONE_END_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue