[Compbench-devel] CompBenchmarks++/UI UI.cpp,1.4,1.5
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-28 13:15:51
|
Update of /cvsroot/compbench/CompBenchmarks++/UI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17125 Modified Files: UI.cpp Log Message: No outputs if UO_verbose is 0. Index: UI.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/UI/UI.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** UI.cpp 2 Oct 2006 19:08:26 -0000 1.4 --- UI.cpp 28 Dec 2006 13:15:48 -0000 1.5 *************** *** 1,4 **** --- 1,5 ---- #include <UI/UI.h> #include <System/System.h> + #include <libcompbenchmarks.h> #include <iostream> *************** *** 26,29 **** --- 27,33 ---- std::string what; + if (!UO_verbose) + return(1); + switch(type) { case FileCreate: |