[Tinyos-2-commits] CVS: tinyos-2.x/apps/Oscilloscope OscilloscopeC.nc, 1.4, 1.5
John Regehr
regehr at users.sourceforge.net
Wed Sep 24 21:08:50 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/Oscilloscope
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9264/Oscilloscope
Modified Files:
OscilloscopeC.nc
Log Message:
make a few toplevel app components safe
Index: OscilloscopeC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/Oscilloscope/OscilloscopeC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** OscilloscopeC.nc 25 Jun 2008 01:39:36 -0000 1.4
--- OscilloscopeC.nc 25 Sep 2008 04:08:46 -0000 1.5
***************
*** 17,21 ****
#include "Oscilloscope.h"
! module OscilloscopeC
{
uses {
--- 17,21 ----
#include "Oscilloscope.h"
! module OscilloscopeC @safe()
{
uses {
More information about the Tinyos-2-commits
mailing list