Update of /cvsroot/compbench/CompBenchmarks++/System
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12001
Modified Files:
System.h
Log Message:
Minor changes in Time() documentation.
Index: System.h
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/System/System.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** System.h 11 Dec 2006 18:09:47 -0000 1.12
--- System.h 27 Dec 2006 18:22:30 -0000 1.13
***************
*** 218,224 ****
virtual int fileExists(std::string fn);
! /** Returns current time.
! Format is system dependent. It has to precise up to the second.
! \return Current time.
*/
virtual time_t Time(void);
--- 218,223 ----
virtual int fileExists(std::string fn);
! /** Returns current time in seconds, since EPOC.
! * \return Current time.
*/
virtual time_t Time(void);
|