summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-04 15:12:27 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-04 15:12:27 (GMT)
commit214269f095e64df2131b59a9b16bc6f71717894d (patch)
tree76b7eb7c3fb7dac9623ef1d3c891af187fef0b75 /Source/kwsys/SystemTools.hxx.in
parent84e65f6a872f667c16b3c0e59e3853298a9ebe4e (diff)
downloadCMake-214269f095e64df2131b59a9b16bc6f71717894d.zip
CMake-214269f095e64df2131b59a9b16bc6f71717894d.tar.gz
CMake-214269f095e64df2131b59a9b16bc6f71717894d.tar.bz2
ENH: Expose ConvertToUnixOutputPath
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r--Source/kwsys/SystemTools.hxx.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in
index 9555af0..59cd008 100644
--- a/Source/kwsys/SystemTools.hxx.in
+++ b/Source/kwsys/SystemTools.hxx.in
@@ -653,13 +653,14 @@ public:
*/
static kwsys_stl::string GetOperatingSystemNameAndVersion();
-protected:
- // these two functions can be called from ConvertToOutputPath
/**
* Convert the path to a string that can be used in a unix makefile.
* double slashes are removed, and spaces are escaped.
*/
static kwsys_stl::string ConvertToUnixOutputPath(const char*);
+
+protected:
+ // these two functions can be called from ConvertToOutputPath
/**
* Convert the path to string that can be used in a windows project or