[Gcblue-commits] gcb_wx/include/sim tcTime.h,1.8,1.9
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-04-16 20:44:04
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11092/include/sim Modified Files: tcTime.h Log Message: housekeeping, networking upgrades, fixed wrapping problems with world map Index: tcTime.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcTime.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** tcTime.h 8 Apr 2005 01:54:11 -0000 1.8 --- tcTime.h 16 Apr 2005 20:43:56 -0000 1.9 *************** *** 33,43 **** static tcTime* Get(); ///< accessor for singleton instance ! unsigned snCount_30Hz; ///< 30 Hz counter value unsigned long snFrequency; unsigned int snDeltaCount; unsigned int snLastCount; ! unsigned Get30HzCount(); ! unsigned GetUpdated30HzCount(); void Update(); --- 33,43 ---- static tcTime* Get(); ///< accessor for singleton instance ! unsigned int snCount_30Hz; ///< 30 Hz counter value unsigned long snFrequency; unsigned int snDeltaCount; unsigned int snLastCount; ! unsigned int Get30HzCount(); ! unsigned int GetUpdated30HzCount(); void Update(); |