Update of /cvsroot/playerstage/code/player/server/drivers/planner/wavefront
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10464/player/server/drivers/planner/wavefront

Modified Files:
        wavefront.cc 
Log Message:
applied Toby's autopointer patches

Index: wavefront.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/planner/wavefront/wavefront.cc,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** wavefront.cc        20 Aug 2007 06:37:29 -0000      1.59
--- wavefront.cc        23 Aug 2007 19:58:46 -0000      1.60
***************
*** 322,326 ****
  
      // Process incoming messages from clients
!     virtual int ProcessMessage(MessageQueue* resp_queue,
                                 player_msghdr * hdr,
                                 void * data);
--- 322,326 ----
  
      // Process incoming messages from clients
!     virtual int ProcessMessage(QueuePointer & resp_queue,
                                 player_msghdr * hdr,
                                 void * data);
***************
*** 555,559 ****
    }
  
!   this->Publish(this->device_addr, NULL,
                  PLAYER_MSGTYPE_DATA,
                  PLAYER_PLANNER_DATA_STATE,
--- 555,559 ----
    }
  
!   this->Publish(this->device_addr, 
                  PLAYER_MSGTYPE_DATA,
                  PLAYER_PLANNER_DATA_STATE,
***************
*** 1205,1209 ****
  // Process an incoming message
  int
! Wavefront::ProcessMessage(MessageQueue* resp_queue,
                            player_msghdr * hdr,
                            void * data)
--- 1205,1209 ----
  // Process an incoming message
  int
! Wavefront::ProcessMessage(QueuePointer & resp_queue,
                            player_msghdr * hdr,
                            void * data)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to