[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle/mate
MOPcontrolp.nc, 1.1, 1.2
David Gay
idgay at users.sourceforge.net
Wed Nov 23 15:11:31 PST 2005
Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/mate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21602
Modified Files:
MOPcontrolp.nc
Log Message:
...
Index: MOPcontrolp.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/mate/MOPcontrolp.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MOPcontrolp.nc 22 Nov 2005 23:55:26 -0000 1.1
--- MOPcontrolp.nc 23 Nov 2005 23:11:29 -0000 1.2
***************
*** 17,26 ****
components MOPcontrolpM, MProxy;
! BranchIfFalsePreserve = MOPcontrolM.BranchIfFalsePreserve;
! BranchIfTruePreserve = MOPcontrolM.BranchIfTruePreserve;
! MOPcontrolM.T -> MProxy;
! MOPcontrolM.S -> MProxy;
! MOPcontrolM.V -> MProxy;
! MOPcontrolM.C -> MProxy;
}
--- 17,26 ----
components MOPcontrolpM, MProxy;
! BranchIfFalsePreserve = MOPcontrolpM.BranchIfFalsePreserve;
! BranchIfTruePreserve = MOPcontrolpM.BranchIfTruePreserve;
! MOPcontrolpM.T -> MProxy;
! MOPcontrolpM.S -> MProxy;
! MOPcontrolpM.V -> MProxy;
! MOPcontrolpM.C -> MProxy;
}
More information about the Tinyos-commits
mailing list