X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fsystem%2FSharedArbiterC.nc;h=cb6d629235597d0062b6d2c3e466897c3e8b1c36;hb=be862ab07d080085823951d18dcb27a28a310ace;hp=8d1b618bd7646c157e3a1d94620ef3f8032a3a82;hpb=ae0ac21f5f88b0b8cc8e6a3a440be198d3a74bd6;p=tinyos-2.x.git diff --git a/tos/system/SharedArbiterC.nc b/tos/system/SharedArbiterC.nc index 8d1b618b..cb6d6292 100644 --- a/tos/system/SharedArbiterC.nc +++ b/tos/system/SharedArbiterC.nc @@ -10,7 +10,7 @@ * - Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * - Neither the name of the Technische Universität Berlin nor the names + * - Neither the name of the Titanium Mirror, Inc. nor the names * of its contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * @@ -50,9 +50,6 @@ implementation { ResourceDefaultOwner = SharedArbiterP; ArbiterInfo = SharedArbiterP; - components MainC; - MainC.SoftwareInit -> SharedArbiterP; - components new BitVectorC(CLIENTS) as GrantedVectorC; SharedArbiterP.GrantedVector -> GrantedVectorC;