Move GetTempPath() to testutil.

This commit is contained in:
Mustafa
2016-03-11 15:04:05 +00:00
committed by lateminer
parent e5913199ff
commit 43c5d478c0
6 changed files with 52 additions and 23 deletions

View File

@@ -142,7 +142,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);