Move GetTempPath() to testutil.

This commit is contained in:
Mustafa
2016-03-11 15:04:05 +00:00
parent 393b22eacb
commit 2fdaa25529
7 changed files with 39 additions and 25 deletions

View File

@@ -133,7 +133,6 @@ void ReadConfigFile(std::map<std::string, std::string>& mapSettingsRet, std::map
#ifdef WIN32
boost::filesystem::path GetSpecialFolderPath(int nFolder, bool fCreate = true);
#endif
boost::filesystem::path GetTempPath();
void OpenDebugLog();
void ShrinkDebugFile();
void runCommand(const std::string& strCommand);