[Tinyos-2-commits] CVS: tinyos-2.x/tos/system RandomC.nc,1.2,1.3

David Gay idgay at users.sourceforge.net
Fri May 2 12:53:12 PDT 2008


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

Modified Files:
	RandomC.nc 
Log Message:
remove useless as

Index: RandomC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/system/RandomC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RandomC.nc	12 Jul 2006 17:03:20 -0000	1.2
--- RandomC.nc	2 May 2008 19:53:10 -0000	1.3
***************
*** 33,37 ****
    provides interface Init;
    provides interface ParameterInit<uint16_t> as SeedInit;
!   provides interface Random as Random;
  }
  
--- 33,37 ----
    provides interface Init;
    provides interface ParameterInit<uint16_t> as SeedInit;
!   provides interface Random;
  }
  



More information about the Tinyos-2-commits mailing list