[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle/mate
OPmbfp3.nc, NONE, 1.1 OPmbtp3.nc, NONE, 1.1
David Gay
idgay at users.sourceforge.net
Wed Nov 23 15:11:08 PST 2005
Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/mate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21463
Added Files:
OPmbfp3.nc OPmbtp3.nc
Log Message:
forgot to add these
--- NEW FILE: OPmbfp3.nc ---
/*
* Copyright (c) 2004-2005 Intel Corporation
* All rights reserved.
*
* This file is distributed under the terms in the attached INTEL-LICENSE
* file. If you do not find these files, copies can be found by writing to
* Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA,
* 94704. Attention: Intel License Inquiry.
*/
configuration OPmbfp3 {
provides interface MateBytecode;
}
implementation {
components MOPcontrolp;
MateBytecode = MOPcontrolp.BranchIfFalsePreserve;
}
--- NEW FILE: OPmbtp3.nc ---
/*
* Copyright (c) 2004-2005 Intel Corporation
* All rights reserved.
*
* This file is distributed under the terms in the attached INTEL-LICENSE
* file. If you do not find these files, copies can be found by writing to
* Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA,
* 94704. Attention: Intel License Inquiry.
*/
configuration OPmbtp3 {
provides interface MateBytecode;
}
implementation {
components MOPcontrolp;
MateBytecode = MOPcontrolp.BranchIfTruePreserve;
}
More information about the Tinyos-commits
mailing list