[Compbench-devel] CompBenchmarks++/libcompbenchmarks/Benchmark Benchmark.h, 1.3, 1.4
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2007-02-05 19:57:10
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Benchmark In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17668 Modified Files: Benchmark.h Log Message: display() method obsoleted. Index: Benchmark.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Benchmark/Benchmark.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Benchmark.h 26 Jan 2007 12:59:31 -0000 1.3 --- Benchmark.h 5 Feb 2007 19:57:07 -0000 1.4 *************** *** 56,60 **** /** Display informations about benchmark */ ! void display(void); /** Benchmark name \return a std::string representing current benchmark's identification --- 56,61 ---- /** Display informations about benchmark */ ! // void display(void); ! /** Benchmark name \return a std::string representing current benchmark's identification |