Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv19030
Modified Files:
System.cpp
Log Message:
display*() methods obsoleted.
Index: System.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System/System.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** System.cpp 30 Jan 2007 20:00:16 -0000 1.3
--- System.cpp 5 Feb 2007 20:01:01 -0000 1.4
***************
*** 294,297 ****
--- 294,298 ----
}
+ /*
void System::displayAllPackages(void)
{
***************
*** 318,321 ****
--- 319,323 ----
}
}
+ */
std::string System::Split(const std::string& str, const std::string& delim, unsigned int wantedIndex)
|