Update of /cvsroot/compbench/CompBenchmarks++/Benchmark
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9726
Modified Files:
Benchmark-Autotools.cpp Benchmark-Autotools.h
Log Message:
Some class names changed.
Index: Benchmark-Autotools.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Benchmark-Autotools.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Benchmark-Autotools.cpp 25 Sep 2006 15:38:48 -0000 1.3
--- Benchmark-Autotools.cpp 1 Nov 2006 12:59:04 -0000 1.4
***************
*** 30,35 ****
}
! int CBMBenchmarkAutotools::configure(CBMBenchmarkContextCompiler *_currentCompiler,
! CBMBenchmarkContextCompilerOptions *_currentOptions)
{
--- 30,35 ----
}
! int CBMBenchmarkAutotools::configure(CBMCompiler *_currentCompiler,
! CBMCompilerOptions *_currentOptions)
{
Index: Benchmark-Autotools.h
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Benchmark-Autotools.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Benchmark-Autotools.h 19 Sep 2006 17:09:35 -0000 1.3
--- Benchmark-Autotools.h 1 Nov 2006 12:59:04 -0000 1.4
***************
*** 36,41 ****
\return 1 if ok.
*/
! virtual int configure(CBMBenchmarkContextCompiler *_currentCompiler,
! CBMBenchmarkContextCompilerOptions *_currentOptions);
/** Build package.
--- 36,41 ----
\return 1 if ok.
*/
! virtual int configure(CBMCompiler *_currentCompiler,
! CBMCompilerOptions *_currentOptions);
/** Build package.
|