[Tinyos-2-commits] CVS: tinyos-2.x/tos/interfaces BigQueue.nc, 1.1, 1.2

Kevin Klues klueska at users.sourceforge.net
Wed Sep 19 10:29:20 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/interfaces
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31912

Modified Files:
	BigQueue.nc 
Log Message:
Forgot to change interface name on switchover

Index: BigQueue.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/interfaces/BigQueue.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** BigQueue.nc	19 Sep 2007 17:20:08 -0000	1.1
--- BigQueue.nc	19 Sep 2007 17:29:17 -0000	1.2
***************
*** 41,45 ****
  
     
! interface Queue<t> {
  
    /**
--- 41,45 ----
  
     
! interface BigQueue<t> {
  
    /**



More information about the Tinyos-2-commits mailing list