summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-02-24 20:43:06 (GMT)
committerBrad King <brad.king@kitware.com>2009-02-24 20:43:06 (GMT)
commit3f4064f7ac672a511937b0a8aba04f87eb831294 (patch)
tree5d2530d5a0c4033dd45a11f1a59ce3a8c449df28 /Source/cmCTest.h
parent39f8b91125ee3cb426968f089049f393dee1f699 (diff)
downloadCMake-3f4064f7ac672a511937b0a8aba04f87eb831294.zip
CMake-3f4064f7ac672a511937b0a8aba04f87eb831294.tar.gz
CMake-3f4064f7ac672a511937b0a8aba04f87eb831294.tar.bz2
ENH: Add cmCTest::DecodeURL method
This new method decodes the "percent-encoding" used in URL syntax.
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 2839f30..5e1612e 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -310,6 +310,9 @@ public:
//! Make string safe to be send as an URL
static std::string MakeURLSafe(const std::string&);
+ /** Decode a URL to the original string. */
+ static std::string DecodeURL(const std::string&);
+
//! Should ctect configuration be updated. When using new style ctest
// script, this should be true.
void SetSuppressUpdatingCTestConfiguration(bool val)