Update of /cvsroot/playerstage/code/player/examples/plugins/multidriver
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10464/player/examples/plugins/multidriver
Modified Files:
multidriver.cc
Log Message:
applied Toby's autopointer patches
Index: multidriver.cc
===================================================================
RCS file:
/cvsroot/playerstage/code/player/examples/plugins/multidriver/multidriver.cc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** multidriver.cc 20 Jan 2006 21:26:31 -0000 1.11
--- multidriver.cc 23 Aug 2007 19:58:41 -0000 1.12
***************
*** 57,61 ****
virtual int Setup();
virtual int Shutdown();
! virtual int ProcessMessage(MessageQueue * resp_queue,
player_msghdr * hdr,
void * data);
--- 57,61 ----
virtual int Setup();
virtual int Shutdown();
! virtual int ProcessMessage(QueuePointer & resp_queue,
player_msghdr * hdr,
void * data);
***************
*** 231,235 ****
posdata.stall = 0;
! this->Publish(this->m_position_addr, NULL,
PLAYER_MSGTYPE_DATA, PLAYER_POSITION2D_DATA_STATE,
(void*)&posdata, sizeof(posdata), NULL);
--- 231,235 ----
posdata.stall = 0;
! this->Publish(this->m_position_addr,
PLAYER_MSGTYPE_DATA, PLAYER_POSITION2D_DATA_STATE,
(void*)&posdata, sizeof(posdata), NULL);
***************
*** 243,247 ****
! int MultiDriver::ProcessMessage(MessageQueue * resp_queue,
player_msghdr * hdr,
void * data)
--- 243,247 ----
! int MultiDriver::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