[Tinyos-2-commits] CVS: tinyos-2.x/tos/interfaces Queue.nc, 1.1.4.2, 1.1.4.3

Phil Levis scipio at users.sourceforge.net
Mon Jun 26 10:05:35 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/interfaces
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20701/interfaces

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	Queue.nc 
Log Message:
Removed preprocessor error from ForwardingEngine.h (bad #endif).
Changed index -> idx in QueueC and Queue to prevent warnings when
compiling for TOSSIM.


Index: Queue.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/interfaces/Attic/Queue.nc,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -C2 -d -r1.1.4.2 -r1.1.4.3
*** Queue.nc	26 Jun 2006 16:52:17 -0000	1.1.4.2
--- Queue.nc	26 Jun 2006 17:05:33 -0000	1.1.4.3
***************
*** 99,102 ****
     * @return the requested element in the queue.
     */
!   command t element(uint8_t index);
  }
--- 99,102 ----
     * @return the requested element in the queue.
     */
!   command t element(uint8_t idx);
  }



More information about the Tinyos-2-commits mailing list