Update of /cvsroot/compbench/CompBenchmarks++/Benchmark
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv29041
Modified Files:
Benchmark.h
Log Message:
Updated comments for Configure();
Index: Benchmark.h
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Benchmark.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Benchmark.h 3 Oct 2006 15:47:54 -0000 1.6
--- Benchmark.h 4 Oct 2006 15:50:09 -0000 1.7
***************
*** 307,316 ****
/** Configure package.
* Configure downloaded package.
! * Uses configure(). Overloading is unadvised.
! * This step won't be done and'll return 1 if getStatus()>=CBMPackage::Configured.
* \return 1 if ok.
* \sa Download()
* \sa Release()
* \sa ContextMatches()
* \sa status */
virtual int Configure(CBMBenchmarkContextCompiler *_currentCompiler,
--- 307,319 ----
/** Configure package.
* Configure downloaded package.
! * Uses configure(). Overloading is unadvised. Argument are used to keep
! * compiler and options used for current bench (context), even
! * if ./configure script is not present : they'll be used by Make().
! * This step won't be done and'll return 1 if getStatus()>=CBMPackage::Configured. May changes status.
* \return 1 if ok.
* \sa Download()
* \sa Release()
* \sa ContextMatches()
+ * \sa Make().
* \sa status */
virtual int Configure(CBMBenchmarkContextCompiler *_currentCompiler,
|