[Compbench-devel] CompBenchmarks++/Qt-4/Plan PlanDefineBatch.cpp, 1.8, 1.9
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2007-08-29 20:34:10
|
Update of /cvsroot/compbench/CompBenchmarks++/Qt-4/Plan In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25562/Plan Modified Files: PlanDefineBatch.cpp Log Message: Modifications due to changes in libcompbenchmarks. Commited to release BETA2. Index: PlanDefineBatch.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Qt-4/Plan/PlanDefineBatch.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** PlanDefineBatch.cpp 31 Jul 2007 17:28:22 -0000 1.8 --- PlanDefineBatch.cpp 29 Aug 2007 20:34:06 -0000 1.9 *************** *** 60,65 **** n+="Batch "; n+=c; ! CBM::PlanBatch *P = new CBM::PlanBatch(n); ! App->planBatchRegister(P); } --- 60,65 ---- n+="Batch "; n+=c; ! // CBM::PlanBatch *P = new CBM::PlanBatch(n); !!! ! // App->planBatchRegister(P); } |