diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-04-02 14:19:45 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-04-02 14:19:45 (GMT) |
commit | 5ebcb51fb4b3f4ad6ce6933e3f166d3824cf9154 (patch) | |
tree | 549515efaf94dad5cb2ff56417248b34d0aa0fb3 /Source/cmCTest.h | |
parent | b60c9ae05ac501921060eb7f2b53e7d69e58cced (diff) | |
download | CMake-5ebcb51fb4b3f4ad6ce6933e3f166d3824cf9154.zip CMake-5ebcb51fb4b3f4ad6ce6933e3f166d3824cf9154.tar.gz CMake-5ebcb51fb4b3f4ad6ce6933e3f166d3824cf9154.tar.bz2 |
Url escape password
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 7f81aea..5e252c3 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -216,6 +216,7 @@ private: bool OpenOutputFile(const std::string& path, const std::string& name, std::ofstream& stream); std::string MakeXMLSafe(const std::string&); + std::string MakeURLSafe(const std::string&); }; #endif |