| 820 | } |
| 821 | |
| 822 | wxString |
| 823 | MakeSafeProjectPath(const wxString& rootDir, const wxString& projectName) |
| 824 | { |
| 825 | return MakeSafeFilePath(rootDir, projectName, "aup3"); |
| 826 | } |
| 827 | |
| 828 | std::string Serialize(NetworkStats stats) |
| 829 | { |
no test coverage detected