[Compbench-devel] CompBenchmarks++/libcompbenchmarks/System System.h, 1.3, 1.4
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-02-05 19:59:48
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18555 Modified Files: System.h Log Message: display*() methods obsoleted. Index: System.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System/System.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** System.h 30 Jan 2007 20:00:16 -0000 1.3 --- System.h 5 Feb 2007 19:59:41 -0000 1.4 *************** *** 177,185 **** /** Display informations about all packages * Used by compbenchmarks-core */ ! virtual void displayAllPackages(void); /** Display informations about all benchmarks * Used by compbenchmarks-core */ ! virtual void displayAllBenchmarks(void); /** Split a std::string. --- 177,185 ---- /** Display informations about all packages * Used by compbenchmarks-core */ ! // virtual void displayAllPackages(void); /** Display informations about all benchmarks * Used by compbenchmarks-core */ ! // virtual void displayAllBenchmarks(void); /** Split a std::string. |