summaryrefslogtreecommitdiffstats
path: root/Source/cmWin32ProcessExecution.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-12 18:12:13 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-12 18:12:13 (GMT)
commitcac30b5ff8f7034b5290700a4dee28c84e001ac9 (patch)
tree1fce61b7bd143361ff8be6861fde27abb1732e10 /Source/cmWin32ProcessExecution.h
parentdaa37f116340fa86c1a511847fe65ad999095fa0 (diff)
downloadCMake-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.h6
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: