[Compbench-devel] CompBenchmarks++/SupportedBenchmarks Benchmark-BZIP2.h, 1.3, 1.4
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-04 18:53:50
|
Update of /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4327 Modified Files: Benchmark-BZIP2.h Log Message: benchmarkProgram() fixed. Index: Benchmark-BZIP2.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Benchmark-BZIP2.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Benchmark-BZIP2.h 3 Jan 2007 22:06:26 -0000 1.3 --- Benchmark-BZIP2.h 4 Jan 2007 18:53:44 -0000 1.4 *************** *** 1,2 **** --- 1,10 ---- + /* ---------------------------------------------------------------------------- + $Id$ + + This is free software. + For details, see the GNU Public License in the COPYING file, or + Look http://www.fsf.org + ------------------------------------------------------------------------- */ + #ifndef H_CBMBENCHMARKBZIP2 #define H_CBMBENCHMARKBZIP2 *************** *** 38,42 **** DLPackageWrapper_declare(); - virtual std::string benchmarkProgram(void); virtual std::string license(void); virtual std::string homePage(void); --- 46,49 ---- |