diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-12 18:12:13 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-12 18:12:13 (GMT) |
commit | cac30b5ff8f7034b5290700a4dee28c84e001ac9 (patch) | |
tree | 1fce61b7bd143361ff8be6861fde27abb1732e10 /Source/cmWin32ProcessExecution.h | |
parent | daa37f116340fa86c1a511847fe65ad999095fa0 (diff) | |
download | CMake-cac30b5ff8f7034b5290700a4dee28c84e001ac9.zip CMake-cac30b5ff8f7034b5290700a4dee28c84e001ac9.tar.gz CMake-cac30b5ff8f7034b5290700a4dee28c84e001ac9.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmWin32ProcessExecution.h')
-rw-r--r-- | Source/cmWin32ProcessExecution.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmWin32ProcessExecution.h b/Source/cmWin32ProcessExecution.h index 9f58374..2d5427f 100644 --- a/Source/cmWin32ProcessExecution.h +++ b/Source/cmWin32ProcessExecution.h @@ -135,8 +135,10 @@ public: * will display it in our app. Consequently, we check for input in * our app and send it off to the write end of the stdin pipe. */ - static bool BorlandRunCommand(const char* command, const char* dir, - std::string& output, int& retVal, bool verbose, + static bool BorlandRunCommand(const char* command, + const char* dir, + std::string& output, int& retVal, + bool verbose, int timeout, bool hideWindows); private: |