[Tinyos-2-commits] CVS: tinyos-2.x/apps/MViz MVizC.nc,1.3,1.4

John Regehr regehr at users.sourceforge.net
Wed Sep 24 21:08:49 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/MViz
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9264/MViz

Modified Files:
	MVizC.nc 
Log Message:
make a few toplevel app components safe

Index: MVizC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/MViz/MVizC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MVizC.nc	13 Sep 2007 23:10:20 -0000	1.3
--- MVizC.nc	25 Sep 2008 04:08:45 -0000	1.4
***************
*** 20,24 ****
  #include "MViz.h"
  
! module MVizC {
    uses {
      // Interfaces for initialization:
--- 20,24 ----
  #include "MViz.h"
  
! module MVizC @safe(){
    uses {
      // Interfaces for initialization:



More information about the Tinyos-2-commits mailing list