| 38 | namespace |
| 39 | { |
| 40 | wxString MakeAvatarPath() |
| 41 | { |
| 42 | const wxFileName avatarFileName(FileNames::ConfigDir(), "avatar"); |
| 43 | return avatarFileName.GetFullPath(); |
| 44 | } |
| 45 | |
| 46 | StringSetting userId { L"/cloud/audiocom/userId", "" }; |
| 47 | StringSetting userName { L"/cloud/audiocom/userName", "" }; |
no outgoing calls
no test coverage detected