[Tinyos-2-commits] CVS: tinyos-2.x/tos/interfaces ResourceQueue.nc, 1.4, 1.5

John Regehr regehr at users.sourceforge.net
Tue Apr 14 20:01:37 PDT 2009


Update of /cvsroot/tinyos/tinyos-2.x/tos/interfaces
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13878

Modified Files:
	ResourceQueue.nc 
Log Message:
spell fix

Index: ResourceQueue.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/interfaces/ResourceQueue.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ResourceQueue.nc	12 Dec 2006 18:23:15 -0000	1.4
--- ResourceQueue.nc	15 Apr 2009 03:01:35 -0000	1.5
***************
*** 44,48 ****
    
    /**
!    * Check to see if a given cleint id has already been enqueued
     * and is waiting to be processed.
     *
--- 44,48 ----
    
    /**
!    * Check to see if a given client id has already been enqueued
     * and is waiting to be processed.
     *
***************
*** 53,67 ****
    
    /**
!    * Retreive the cleint id of the next resource in the queue. 
     * If the queue is empty, the return value is undefined.
     *
!    * @return The cleint id at the head of the queue.
     */
    async command resource_client_id_t dequeue();
  
    /**
!    * Enqueue a cleint id
     *
!    * @param cleintId - the cleint id to enqueue
     * @return SUCCESS if the client id was enqueued successfully <br>
     *         EBUSY   if it has already been enqueued.
--- 53,67 ----
    
    /**
!    * Retreive the client id of the next resource in the queue. 
     * If the queue is empty, the return value is undefined.
     *
!    * @return The client id at the head of the queue.
     */
    async command resource_client_id_t dequeue();
  
    /**
!    * Enqueue a client id
     *
!    * @param clientId - the client id to enqueue
     * @return SUCCESS if the client id was enqueued successfully <br>
     *         EBUSY   if it has already been enqueued.



More information about the Tinyos-2-commits mailing list