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 ----
|