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
|