diff options
author | Brad King <brad.king@kitware.com> | 2009-02-05 16:31:37 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-02-05 16:31:37 -0500 |
commit | dc13914cd698b49cbae491c1e1aebbcd44fbe932 (patch) | |
tree | 4eaa716c3e2160a7e81125360d83dc9f87241ede /Source/cmCTest.h | |
parent | f16a471576199ec275463e35ff17849350c0da79 (diff) | |
download | cmake-dc13914cd698b49cbae491c1e1aebbcd44fbe932.tar.gz |
ENH: Create cmXMLSafe to help escapes in XML
This class provides easy syntax to efficiently insert blocks of data
into XML documents with proper escapes. It replaces the old
cmCTest::MakeXMLSafe and cmSystemTools::MakeXMLSafe methods which
allocated extra memory instead of directly streaming the data.
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 7c3d41e145..4f58b19f1d 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -200,9 +200,6 @@ public: cmGeneratedFileStream& stream, bool compress = false); - ///! Convert string to something that is XML safe - static std::string MakeXMLSafe(const std::string&); - ///! Should we only show what we would do? bool GetShowOnly(); |