[Teleus-cvs] teleus/src/util timer.hpp,1.6,1.7
Status: Inactive
Brought to you by:
spiffgq
|
From: <sp...@us...> - 2004-03-11 03:48:54
|
Update of /cvsroot/teleus/teleus/src/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11029/src/util Modified Files: timer.hpp Log Message: Minor change. Index: timer.hpp =================================================================== RCS file: /cvsroot/teleus/teleus/src/util/timer.hpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** timer.hpp 25 Feb 2004 06:34:00 -0000 1.6 --- timer.hpp 11 Mar 2004 03:30:25 -0000 1.7 *************** *** 47,51 **** #ifdef __linux__ struct timezone mTimezone; ! struct timeval mStart, mEnd; #else LARGE_INTEGER mStartTime; --- 47,52 ---- #ifdef __linux__ struct timezone mTimezone; ! struct timeval mStart; ! struct timeval mEnd; #else LARGE_INTEGER mStartTime; |