[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestPowerManager MyComponentC.nc, 1.4, 1.5

Kevin Klues klueska at users.sourceforge.net
Sun Feb 4 11:54:27 PST 2007


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

Modified Files:
	MyComponentC.nc 
Log Message:
Update of files to align them with TEP108 changes to ResourceController interface to rename it to ResourceDefaultOwner.  TEP103 hasn't been altered, and we still need to decide what should be done with it exactly.

Index: MyComponentC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestPowerManager/MyComponentC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MyComponentC.nc	12 Dec 2006 18:22:50 -0000	1.4
--- MyComponentC.nc	4 Feb 2007 19:54:25 -0000	1.5
***************
*** 57,61 ****
  //   PowerManager.StdControl -> MyComponentP.StdControl;
  //   PowerManager.SplitControl -> MyComponentP.SplitControl;
!   PowerManager.ResourceController -> Arbiter.ResourceController;
    PowerManager.ArbiterInfo -> Arbiter.ArbiterInfo;
  
--- 57,61 ----
  //   PowerManager.StdControl -> MyComponentP.StdControl;
  //   PowerManager.SplitControl -> MyComponentP.SplitControl;
!   PowerManager.ResourceDefaultOwner -> Arbiter.ResourceDefaultOwner;
    PowerManager.ArbiterInfo -> Arbiter.ArbiterInfo;
  



More information about the Tinyos-2-commits mailing list