diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-02 04:31:17 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-02 04:31:17 (GMT) |
commit | 8477aa59e5b5f52f81cc140012471faaeba11dbd (patch) | |
tree | f30684be50f45fe20985855bda2d0c234c674933 /Source/cmSystemTools.h | |
parent | a11b9a4cdcf360467137a80016483b77bf675170 (diff) | |
download | CMake-8477aa59e5b5f52f81cc140012471faaeba11dbd.zip CMake-8477aa59e5b5f52f81cc140012471faaeba11dbd.tar.gz CMake-8477aa59e5b5f52f81cc140012471faaeba11dbd.tar.bz2 |
ENH: Merge from cpack branch
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 181d513..2895fff 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -297,6 +297,9 @@ public: of the form var=value */ static bool PutEnv(const char* value); + /** Make string XML safe */ + static std::string MakeXMLSafe(const char* str); + /** Create tar */ static bool ListTar(const char* outFileName, std::vector<cmStdString>& files, bool gzip, bool verbose); static bool CreateTar(const char* outFileName, const std::vector<cmStdString>& files, bool gzip, bool verbose); |