[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/tossim/sf Throttle.h, 1.1, 1.2

Chad Metcalf hiro at users.sourceforge.net
Tue Oct 9 19:39:11 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/tossim/sf
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12183

Modified Files:
	Throttle.h 
Log Message:
No need for a signed number of events.

Index: Throttle.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/tossim/sf/Throttle.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Throttle.h	3 Oct 2007 01:50:20 -0000	1.1
--- Throttle.h	10 Oct 2007 02:39:07 -0000	1.2
***************
*** 67,71 ****
          Tossim* sim;
  
!         long throttleCount;
  
          double getTime();
--- 67,71 ----
          Tossim* sim;
  
!         unsigned long throttleCount;
  
          double getTime();



More information about the Tinyos-2-commits mailing list