Add a way to check if run command output is disabled

This commit is contained in:
Andy Cedilnik 2002-09-19 14:35:53 -04:00
parent f5c6dfcb1c
commit dd6122c6f5
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ public:
static void DisableMessages() { s_DisableMessages = true; }
static void DisableRunCommandOutput() {s_DisableRunCommandOutput = true; }
static void EnableRunCommandOutput() {s_DisableRunCommandOutput = false; }
static bool GetRunCommandOutput() { return s_DisableRunCommandOutput; }
protected:
// these two functions can be called from ConvertToOutputPath
/**