Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Plan
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13587
Modified Files:
Plan-Batch.h
Log Message:
setIteration() added.
Index: Plan-Batch.h
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Plan/Plan-Batch.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Plan-Batch.h 31 Jul 2007 17:24:03 -0000 1.4
--- Plan-Batch.h 1 Aug 2007 19:45:21 -0000 1.5
***************
*** 107,110 ****
--- 107,112 ----
virtual int currentIteration(void);
+ virtual void setIteration(int _it);
+
virtual class Compiler* currentCompiler(void);
virtual CBM_OP *currentCompilerOptions(void);
|