diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-04 15:55:01 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-04 15:55:01 (GMT) |
commit | 320e90ef5aabc50f6bfb3d32b8cb95702a446d98 (patch) | |
tree | 9f34fb26ed44b27de2ea0e26125a855884e003c4 /Source/kwsys/SystemTools.hxx.in | |
parent | 8032c5cd886ece2c18b4a4b04117efdeafa23088 (diff) | |
download | CMake-320e90ef5aabc50f6bfb3d32b8cb95702a446d98.zip CMake-320e90ef5aabc50f6bfb3d32b8cb95702a446d98.tar.gz CMake-320e90ef5aabc50f6bfb3d32b8cb95702a446d98.tar.bz2 |
ENH: Add a delay method
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r-- | Source/kwsys/SystemTools.hxx.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in index 1d148ca..e2fee45 100644 --- a/Source/kwsys/SystemTools.hxx.in +++ b/Source/kwsys/SystemTools.hxx.in @@ -338,6 +338,9 @@ public: static kwsys_stl::string FileExistsInParentDirectories(const char* fname, const char* directory, const char* toplevel); + /** Delay the execution for a specified amount of time specified in miliseconds */ + static void Delay(unsigned int msec); + protected: // these two functions can be called from ConvertToOutputPath /** |