diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2005-04-15 19:18:51 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2005-04-15 19:18:51 (GMT) |
commit | ecc142ee33263488b8423858f46557238ca4b7ec (patch) | |
tree | 66637df51feb8cde694d7d5049d732ffb4180821 /Source/kwsys/SystemTools.hxx.in | |
parent | 3085b3bcfd6521220b302fc638628210cd535bcf (diff) | |
download | CMake-ecc142ee33263488b8423858f46557238ca4b7ec.zip CMake-ecc142ee33263488b8423858f46557238ca4b7ec.tar.gz CMake-ecc142ee33263488b8423858f46557238ca4b7ec.tar.bz2 |
ENH: move convenience method to get OS name and version from KWApp to KWSys.
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 1c063bd..2dd4a54 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -628,6 +628,12 @@ public: */ static void Delay(unsigned int msec); + /** + * Get the operating system name and version + * This is implemented for Win32 only for the moment + */ + static kwsys_stl::string GetOperatingSystemNameAndVersion(); + protected: // these two functions can be called from ConvertToOutputPath /** |